#D5605A

Color #D5605A Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D5605A

Tints of Roman #D5605A

Color information

#D5605A (or 0xD5605A) is unknown color: approx Roman. HEX triplet: D5, 60 and 5A. RGB value is (213,96,90). Sum of RGB (Red+Green+Blue) = 213+96+90=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5605A is #2A9FA5. Grayscale: #828282. Windows color (decimal): -2793382 or 5923029. OLE color: 5923029.

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

Color convert

RGB2139690-
CMYK00.550.580.16
HSL2.93º59.42%59.41%-
HSV(B)2.93º57.75%83.53%-
XYZ33.4723.2512.4-
YUV130.3105.26186.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.38%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=53.38%
G=24.06%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213969000.550.580.162.9359.4259.41
HexD5605A0373A1033b3b
Octal325140132067722037373
Binary110101011100000101101001101111110101000011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5605A; }

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

 H1.HeaderClassName
 {
   color: #D5605A;
 }
 .AnyTagClassName
 {
   color: #D5605A;
 }
</style>
background-color css

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

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

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

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

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

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