#D65B5B

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

Shades of Roman #D65B5B

Tints of Roman #D65B5B

Color information

#D65B5B (or 0xD65B5B) is unknown color: approx Roman. HEX triplet: D6, 5B and 5B. RGB value is (214,91,91). Sum of RGB (Red+Green+Blue) = 214+91+91=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B5B is #29A4A4. Grayscale: #7F7F7F. Windows color (decimal): -2729125 or 5987286. OLE color: 5987286.

HSL color Cylindrical-coordinate representation of color #D65B5B: hue angle of 0º degrees, saturation: 0.6, 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 #D65B5B is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2149191-
CMYK00.570.570.16
HSL60%59.8%-
HSV(B)57.48%83.92%-
XYZ33.3622.5312.49-
YUV127.78107.25189.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.04%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=54.04%
G=22.98%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214919100.570.570.1606059.8
HexD65B5B039391003c3c
Octal326133133071712007474
Binary11010110101101110110110111001111001100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B5B; }

 p { color: rgb(214,91,91); }

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

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

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

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

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

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

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