Html Css Color HEX #D85C5A Roman

📋 copy color: '#D85C5A'

red 216 ◦ green 92 ◦ blue 90

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

Shades of Roman #D85C5A

Tints of Roman #D85C5A

RGB

 RED value IS 216 (84.77% from 255) = 54.27%

 GREEN value IS 92 (36.33% from 255) = 23.12%

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 54.27%
G = 23.12%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D85C5A (or 0xD85C5A) is known color: Roman. HEX triplet: D8, 5C and 5A. RGB value is (216,92,90). Sum of RGB (Red+Green+Blue) = 216+92+90=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C5A is #27A3A5. Grayscale: #808080. Windows color (decimal): -2597798 or 5922008. OLE color: 5922008.

HSL color Cylindrical-coordinate representation of color #D85C5A: hue angle of 0.95º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85C5A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 90 -
CMYK 0 0.57 0.58 0.15
HSL 0.95º 0.62% 0.6% -
HSV(B) 0.95º 0.58% 0.85% -
XYZ 33.99 22.99 12.32 -
YUV 128.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 216 92 90 0 0.57 0.58 0.15 0.95 0.62 0.6
Hex D8 5C 5A 0 39 3A F 1 3E 3C
Octal 330 134 132 0 71 72 17 1 76 74
Binary 11011000 1011100 1011010 0 111001 111010 1111 1 111110 111100

Color Harmonies of #D85C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C5A

Black with #D85C5A

Text Example


Text Example

White with #D85C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C5A; }

 p { color: rgb(216,92,90); }

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

background-color css

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

 a { background-color: rgb(216,92,90); }

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

border-color css

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

 span { border-color: rgb(216,92,90); }

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