#601F23

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

Shades of Burnt Crimson #601F23

Tints of Burnt Crimson #601F23

Color information

#601F23 (or 0x601F23) is unknown color: approx Burnt Crimson. HEX triplet: 60, 1F and 23. RGB value is (96,31,35). Sum of RGB (Red+Green+Blue) = 96+31+35=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #601F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F23 is #9FE0DC. Grayscale: #323232. Windows color (decimal): -10477789 or 2301792. OLE color: 2301792.

HSL color Cylindrical-coordinate representation of color #601F23: hue angle of 356.31º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #601F23 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB963135-
CMYK00.680.640.62
HSL356.31º51.18%24.9%-
HSV(B)356.31º67.71%37.65%-
XYZ5.623.591.99-
YUV50.89119.03160.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=59.26%
G=19.14%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96313500.680.640.62356.3151.1824.9
Hex601F23044403E1643319
Octal14037430104100765446331
Binary11000001111110001101000100100000011111010110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601F23; }

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

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

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

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

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

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

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

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