Html Css Color HEX #D36464 Roman

📋 copy color: '#D36464'

red 211 ◦ green 100 ◦ blue 100

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

Shades of Roman #D36464

Tints of Roman #D36464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 51.34%
G = 24.33%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D36464 (or 0xD36464) is known color: Roman. HEX triplet: D3, 64 and 64. RGB value is (211,100,100). Sum of RGB (Red+Green+Blue) = 211+100+100=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D36464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36464 is #2C9B9B. Grayscale: #858585. Windows color (decimal): -2923420 or 6579411. OLE color: 6579411.

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

Color convert

RGB 211 100 100 -
CMYK 0 0.53 0.53 0.17
HSL 0.56% 0.61% -
HSV(B) 0.53% 0.83% -
XYZ 33.72 23.88 14.89 -
YUV 133.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 211 100 100 0 0.53 0.53 0.17 0 0.56 0.61
Hex D3 64 64 0 35 35 11 0 38 3D
Octal 323 144 144 0 65 65 21 0 70 75
Binary 11010011 1100100 1100100 0 110101 110101 10001 0 111000 111101

Color Harmonies of #D36464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36464

Black with #D36464

Text Example


Text Example

White with #D36464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36464; }

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

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

background-color css

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

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

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

border-color css

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

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

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