Html Css Color HEX #612022 Burnt Crimson

📋 copy color: '#612022'

red 97 ◦ green 32 ◦ blue 34

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

Shades of Burnt Crimson #612022

Tints of Burnt Crimson #612022

RGB

 RED value IS 97 (38.28% from 255) = 59.51%

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

 BLUE value IS 34 (13.67% from 255) = 20.86%

R = 59.51%
G = 19.63%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#612022 (or 0x612022) is known color: Burnt Crimson. HEX triplet: 61, 20 and 22. RGB value is (97,32,34). Sum of RGB (Red+Green+Blue) = 97+32+34=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #612022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612022 is #9EDFDD. Grayscale: #333333. Windows color (decimal): -10411998 or 2236513. OLE color: 2236513.

HSL color Cylindrical-coordinate representation of color #612022: hue angle of 358.15º degrees, saturation: 0.5, 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 #612022 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 34 -
CMYK 0 0.67 0.65 0.62
HSL 358.15º 0.5% 0.25% -
HSV(B) 358.15º 0.67% 0.38% -
XYZ 5.74 3.69 1.92 -
YUV 51.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 97 32 34 0 0.67 0.65 0.62 358.15 0.5 0.25
Hex 61 20 22 0 43 41 3E 166 32 19
Octal 141 40 42 0 103 101 76 546 62 31
Binary 1100001 100000 100010 0 1000011 1000001 111110 101100110 110010 11001

Color Harmonies of #612022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612022

Black with #612022

Text Example


Text Example

White with #612022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612022; }

 p { color: rgb(97,32,34); }

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

background-color css

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

 a { background-color: rgb(97,32,34); }

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

border-color css

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

 span { border-color: rgb(97,32,34); }

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