Html Css Color HEX #632223 Burnt Crimson

📋 copy color: '#632223'

red 99 ◦ green 34 ◦ blue 35

#632223
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #632223

Tints of Burnt Crimson #632223

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 value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#632223 (or 0x632223) is known color: 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

RGB 99 34 35 -
CMYK 0 0.66 0.65 0.61
HSL 359.08º 0.49% 0.26% -
HSV(B) 359.08º 0.66% 0.39% -
XYZ 6.02 3.92 2.03 -
YUV 53.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 99 34 35 0 0.66 0.65 0.61 359.08 0.49 0.26
Hex 63 22 23 0 42 41 3D 167 31 1A
Octal 143 42 43 0 102 101 75 547 61 32
Binary 1100011 100010 100011 0 1000010 1000001 111101 101100111 110001 11010

Color Harmonies of #632223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632223

Black with #632223

Text Example


Text Example

White with #632223

Text Example


Text Example

HTML Codes & Css Web 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>