Html Css Color HEX #622021 Burnt Crimson

📋 copy color: '#622021'

red 98 ◦ green 32 ◦ blue 33

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

Shades of Burnt Crimson #622021

Tints of Burnt Crimson #622021

RGB

 RED value IS 98 (38.67% from 255) = 60.12%

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

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

R = 60.12%
G = 19.63%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#622021 (or 0x622021) is known color: Burnt Crimson. HEX triplet: 62, 20 and 21. RGB value is (98,32,33). Sum of RGB (Red+Green+Blue) = 98+32+33=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #622021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622021 is #9DDFDE. Grayscale: #333333. Windows color (decimal): -10346463 or 2170978. OLE color: 2170978.

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

Color convert

RGB 98 32 33 -
CMYK 0 0.67 0.66 0.62
HSL 359.09º 0.51% 0.25% -
HSV(B) 359.09º 0.67% 0.38% -
XYZ 5.83 3.74 1.85 -
YUV 51.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 98 32 33 0 0.67 0.66 0.62 359.09 0.51 0.25
Hex 62 20 21 0 43 42 3E 167 33 19
Octal 142 40 41 0 103 102 76 547 63 31
Binary 1100010 100000 100001 0 1000011 1000010 111110 101100111 110011 11001

Color Harmonies of #622021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622021

Black with #622021

Text Example


Text Example

White with #622021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622021; }

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

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

background-color css

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

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

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

border-color css

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

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

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