Html Css Color HEX #621E20 Burnt Crimson

📋 copy color: '#621E20'

red 98 ◦ green 30 ◦ blue 32

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

Shades of Burnt Crimson #621E20

Tints of Burnt Crimson #621E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.75%

 BLUE value IS 32 (12.89% from 255) = 20%

R = 61.25%
G = 18.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#621E20 (or 0x621E20) is known color: Burnt Crimson. HEX triplet: 62, 1E and 20. RGB value is (98,30,32). Sum of RGB (Red+Green+Blue) = 98+30+32=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #621E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E20 is #9DE1DF. Grayscale: #323232. Windows color (decimal): -10346976 or 2104930. OLE color: 2104930.

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

Color convert

RGB 98 30 32 -
CMYK 0 0.69 0.67 0.62
HSL 358.24º 0.53% 0.25% -
HSV(B) 358.24º 0.69% 0.38% -
XYZ 5.76 3.63 1.76 -
YUV 50.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 98 30 32 0 0.69 0.67 0.62 358.24 0.53 0.25
Hex 62 1E 20 0 45 43 3E 166 35 19
Octal 142 36 40 0 105 103 76 546 65 31
Binary 1100010 11110 100000 0 1000101 1000011 111110 101100110 110101 11001

Color Harmonies of #621E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E20

Black with #621E20

Text Example


Text Example

White with #621E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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