Html Css Color HEX #D1605A Roman

📋 copy color: '#D1605A'

red 209 ◦ green 96 ◦ blue 90

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

Shades of Roman #D1605A

Tints of Roman #D1605A

RGB

 RED value IS 209 (82.03% from 255) = 52.91%

 GREEN value IS 96 (37.89% from 255) = 24.3%

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

R = 52.91%
G = 24.3%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1605A (or 0xD1605A) is known color: Roman. HEX triplet: D1, 60 and 5A. RGB value is (209,96,90). Sum of RGB (Red+Green+Blue) = 209+96+90=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1605A is #2E9FA5. Grayscale: #818181. Windows color (decimal): -3055526 or 5923025. OLE color: 5923025.

HSL color Cylindrical-coordinate representation of color #D1605A: hue angle of 3.03º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1605A is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 90 -
CMYK 0 0.54 0.57 0.18
HSL 3.03º 0.56% 0.59% -
HSV(B) 3.03º 0.57% 0.82% -
XYZ 32.32 22.66 12.34 -
YUV 129.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 209 96 90 0 0.54 0.57 0.18 3.03 0.56 0.59
Hex D1 60 5A 0 36 39 12 3 38 3B
Octal 321 140 132 0 66 71 22 3 70 73
Binary 11010001 1100000 1011010 0 110110 111001 10010 11 111000 111011

Color Harmonies of #D1605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1605A

Black with #D1605A

Text Example


Text Example

White with #D1605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1605A; }

 p { color: rgb(209,96,90); }

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

background-color css

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

 a { background-color: rgb(209,96,90); }

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

border-color css

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

 span { border-color: rgb(209,96,90); }

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