Html Css Color HEX #D76461 Roman

📋 copy color: '#D76461'

red 215 ◦ green 100 ◦ blue 97

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

Shades of Roman #D76461

Tints of Roman #D76461

RGB

 RED value IS 215 (84.38% from 255) = 52.18%

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

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

R = 52.18%
G = 24.27%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D76461 (or 0xD76461) is known color: Roman. HEX triplet: D7, 64 and 61. RGB value is (215,100,97). Sum of RGB (Red+Green+Blue) = 215+100+97=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D76461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76461 is #289B9E. Grayscale: #868686. Windows color (decimal): -2661279 or 6382807. OLE color: 6382807.

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

Color convert

RGB 215 100 97 -
CMYK 0 0.53 0.55 0.16
HSL 1.53º 0.6% 0.61% -
HSV(B) 1.53º 0.55% 0.84% -
XYZ 34.74 24.42 14.19 -
YUV 134.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 215 100 97 0 0.53 0.55 0.16 1.53 0.6 0.61
Hex D7 64 61 0 35 37 10 2 3C 3D
Octal 327 144 141 0 65 67 20 2 74 75
Binary 11010111 1100100 1100001 0 110101 110111 10000 10 111100 111101

Color Harmonies of #D76461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76461

Black with #D76461

Text Example


Text Example

White with #D76461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76461; }

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

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

background-color css

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

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

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

border-color css

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

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

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