Html Css Color HEX #D36969 Roman

📋 copy color: '#D36969'

red 211 ◦ green 105 ◦ blue 105

#D36969
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D36969

Tints of Roman #D36969

RGB

 RED value IS 211 (82.81% from 255) = 50.12%

 GREEN value IS 105 (41.41% from 255) = 24.94%

 BLUE value IS 105 (41.41% from 255) = 24.94%

R = 50.12%
G = 24.94%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D36969 (or 0xD36969) is known color: Roman. HEX triplet: D3, 69 and 69. RGB value is (211,105,105). Sum of RGB (Red+Green+Blue) = 211+105+105=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D36969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36969 is #2C9696. Grayscale: #888888. Windows color (decimal): -2922135 or 6908371. OLE color: 6908371.

HSL color Cylindrical-coordinate representation of color #D36969: hue angle of 0º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36969 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 105 105 -
CMYK 0 0.50 0.50 0.17
HSL 0.55% 0.62% -
HSV(B) 0.5% 0.83% -
XYZ 34.47 24.97 16.37 -
YUV 136.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 211 105 105 0 0.50 0.50 0.17 0 0.55 0.62
Hex D3 69 69 0 32 32 11 0 37 3E
Octal 323 151 151 0 62 62 21 0 67 76
Binary 11010011 1101001 1101001 0 110010 110010 10001 0 110111 111110

Color Harmonies of #D36969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36969

Black with #D36969

Text Example


Text Example

White with #D36969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36969; }

 p { color: rgb(211,105,105); }

 H1.HeaderClassName
 {
   color: #D36969;
 }
 .AnyTagClassName
 {
   color: #D36969;
 }
</style>

background-color css

<style>
 a { background-color: #D36969; }

 a { background-color: rgb(211,105,105); }

 div.DivClassName
 {
   background-color: #D36969;
 }
 .BgClassName
 {
   background-color: #D36969;
 }
</style>

border-color css

<style>
 span { border-color: #D36969; }

 span { border-color: rgb(211,105,105); }

 td.TdClassName
 {
   border-color: #D36969;
 }
 .TagClassName
 {
   border-color: #D36969;
 }
</style>