Html Css Color HEX #D36961 Roman

📋 copy color: '#D36961'

red 211 ◦ green 105 ◦ blue 97

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

Shades of Roman #D36961

Tints of Roman #D36961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 51.09%
G = 25.42%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D36961 (or 0xD36961) is known color: Roman. HEX triplet: D3, 69 and 61. RGB value is (211,105,97). Sum of RGB (Red+Green+Blue) = 211+105+97=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D36961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36961 is #2C969E. Grayscale: #878787. Windows color (decimal): -2922143 or 6384083. OLE color: 6384083.

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

Color convert

RGB 211 105 97 -
CMYK 0 0.50 0.54 0.17
HSL 4.21º 0.56% 0.6% -
HSV(B) 4.21º 0.54% 0.83% -
XYZ 34.07 24.82 14.3 -
YUV 135.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 211 105 97 0 0.50 0.54 0.17 4.21 0.56 0.6
Hex D3 69 61 0 32 36 11 4 38 3C
Octal 323 151 141 0 62 66 21 4 70 74
Binary 11010011 1101001 1100001 0 110010 110110 10001 100 111000 111100

Color Harmonies of #D36961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36961

Black with #D36961

Text Example


Text Example

White with #D36961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36961; }

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

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

background-color css

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

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

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

border-color css

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

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

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