#D5645B

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

Shades of Roman #D5645B

Tints of Roman #D5645B

Color information

#D5645B (or 0xD5645B) is unknown color: approx Roman. HEX triplet: D5, 64 and 5B. RGB value is (213,100,91). Sum of RGB (Red+Green+Blue) = 213+100+91=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5645B is #2A9BA4. Grayscale: #848484. Windows color (decimal): -2792357 or 5989589. OLE color: 5989589.

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

Color convert

RGB21310091-
CMYK00.530.570.16
HSL4.43º59.22%59.61%-
HSV(B)4.43º57.28%83.53%-
XYZ33.8924.0212.75-
YUV132.76104.44185.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=52.72%
G=24.75%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131009100.530.570.164.4359.2259.61
HexD5645B035391043b3c
Octal325144133065712047374
Binary1101010111001001011011011010111100110000100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5645B; }

 p { color: rgb(213,100,91); }

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

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

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

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

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

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

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