Html Css Color HEX #632021 Burnt Crimson

📋 copy color: '#632021'

red 99 ◦ green 32 ◦ blue 33

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

Shades of Burnt Crimson #632021

Tints of Burnt Crimson #632021

RGB

 RED value IS 99 (39.06% from 255) = 60.37%

 GREEN value IS 32 (12.89% from 255) = 19.51%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 60.37%
G = 19.51%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#632021 (or 0x632021) is known color: Burnt Crimson. HEX triplet: 63, 20 and 21. RGB value is (99,32,33). Sum of RGB (Red+Green+Blue) = 99+32+33=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #632021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632021 is #9CDFDE. Grayscale: #343434. Windows color (decimal): -10280927 or 2170979. OLE color: 2170979.

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

Color convert

RGB 99 32 33 -
CMYK 0 0.68 0.67 0.61
HSL 359.1º 0.51% 0.26% -
HSV(B) 359.1º 0.68% 0.39% -
XYZ 5.94 3.8 1.86 -
YUV 52.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 99 32 33 0 0.68 0.67 0.61 359.1 0.51 0.26
Hex 63 20 21 0 44 43 3D 167 33 1A
Octal 143 40 41 0 104 103 75 547 63 32
Binary 1100011 100000 100001 0 1000100 1000011 111101 101100111 110011 11010

Color Harmonies of #632021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632021

Black with #632021

Text Example


Text Example

White with #632021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632021; }

 p { color: rgb(99,32,33); }

 H1.HeaderClassName
 {
   color: #632021;
 }
 .AnyTagClassName
 {
   color: #632021;
 }
</style>

background-color css

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

 a { background-color: rgb(99,32,33); }

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

border-color css

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

 span { border-color: rgb(99,32,33); }

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