#632223

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

Shades of Burnt Crimson #632223

Tints of Burnt Crimson #632223

Color information

#632223 (or 0x632223) is unknown color: approx Burnt Crimson. HEX triplet: 63, 22 and 23. RGB value is (99,34,35). Sum of RGB (Red+Green+Blue) = 99+34+35=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632223 is #9CDDDC. Grayscale: #353535. Windows color (decimal): -10280413 or 2302563. OLE color: 2302563.

HSL color Cylindrical-coordinate representation of color #632223: hue angle of 359.08º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632223 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB993435-
CMYK00.660.650.61
HSL359.08º48.87%26.08%-
HSV(B)359.08º65.66%38.82%-
XYZ6.023.922.03-
YUV53.55117.53160.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 35 (14.06% from 255) = 20.83%
R=58.93%
G=20.24%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99343500.660.650.61359.0848.8726.08
Hex632223042413D167311a
Octal14342430102101755476132
Binary110001110001010001101000010100000111110110110011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632223; }

 p { color: rgb(99,34,35); }

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

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

 a { background-color: rgb(99,34,35); }

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

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

 span { border-color: rgb(99,34,35); }

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