Html Css Color HEX #622324 Burnt Crimson

📋 copy color: '#622324'

red 98 ◦ green 35 ◦ blue 36

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

Shades of Burnt Crimson #622324

Tints of Burnt Crimson #622324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 57.99%
G = 20.71%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#622324 (or 0x622324) is known color: Burnt Crimson. HEX triplet: 62, 23 and 24. RGB value is (98,35,36). Sum of RGB (Red+Green+Blue) = 98+35+36=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #622324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622324 is #9DDCDB. Grayscale: #363636. Windows color (decimal): -10345692 or 2368354. OLE color: 2368354.

HSL color Cylindrical-coordinate representation of color #622324: hue angle of 359.05º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #622324 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 35 36 -
CMYK 0 0.64 0.63 0.62
HSL 359.05º 0.47% 0.26% -
HSV(B) 359.05º 0.64% 0.38% -
XYZ 5.96 3.93 2.11 -
YUV 53.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 98 35 36 0 0.64 0.63 0.62 359.05 0.47 0.26
Hex 62 23 24 0 40 3F 3E 167 2F 1A
Octal 142 43 44 0 100 77 76 547 57 32
Binary 1100010 100011 100100 0 1000000 111111 111110 101100111 101111 11010

Color Harmonies of #622324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622324

Black with #622324

Text Example


Text Example

White with #622324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622324; }

 p { color: rgb(98,35,36); }

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

background-color css

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

 a { background-color: rgb(98,35,36); }

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

border-color css

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

 span { border-color: rgb(98,35,36); }

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