Html Css Color HEX #D36461 Roman

📋 copy color: '#D36461'

red 211 ◦ green 100 ◦ blue 97

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

Shades of Roman #D36461

Tints of Roman #D36461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

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

R = 51.72%
G = 24.51%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D36461 (or 0xD36461) is known color: Roman. HEX triplet: D3, 64 and 61. RGB value is (211,100,97). Sum of RGB (Red+Green+Blue) = 211+100+97=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D36461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36461 is #2C9B9E. Grayscale: #848484. Windows color (decimal): -2923423 or 6382803. OLE color: 6382803.

HSL color Cylindrical-coordinate representation of color #D36461: hue angle of 1.58º 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 #D36461 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 100 97 -
CMYK 0 0.53 0.54 0.17
HSL 1.58º 0.56% 0.6% -
HSV(B) 1.58º 0.54% 0.83% -
XYZ 33.58 23.83 14.14 -
YUV 132.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 211 100 97 0 0.53 0.54 0.17 1.58 0.56 0.6
Hex D3 64 61 0 35 36 11 2 38 3C
Octal 323 144 141 0 65 66 21 2 70 74
Binary 11010011 1100100 1100001 0 110101 110110 10001 10 111000 111100

Color Harmonies of #D36461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36461

Black with #D36461

Text Example


Text Example

White with #D36461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36461; }

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

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

background-color css

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

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

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

border-color css

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

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

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