#602327

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

Shades of Burnt Crimson #602327

Tints of Burnt Crimson #602327

Color information

#602327 (or 0x602327) is unknown color: approx Burnt Crimson. HEX triplet: 60, 23 and 27. RGB value is (96,35,39). Sum of RGB (Red+Green+Blue) = 96+35+39=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602327 is #9FDCD8. Grayscale: #353535. Windows color (decimal): -10476761 or 2564960. OLE color: 2564960.

HSL color Cylindrical-coordinate representation of color #602327: hue angle of 356.07º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602327 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB963539-
CMYK00.640.590.62
HSL356.07º46.56%25.69%-
HSV(B)356.07º63.54%37.65%-
XYZ5.793.842.35-
YUV53.69119.71158.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=56.47%
G=20.59%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96353900.640.590.62356.0746.5625.69
Hex6023270403B3E1642f1a
Octal1404347010073765445732
Binary11000001000111001110100000011101111111010110010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602327; }

 p { color: rgb(96,35,39); }

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

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

 a { background-color: rgb(96,35,39); }

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

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

 span { border-color: rgb(96,35,39); }

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