Html Css Color HEX #612324 Burnt Crimson

📋 copy color: '#612324'

red 97 ◦ green 35 ◦ blue 36

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

Shades of Burnt Crimson #612324

Tints of Burnt Crimson #612324

RGB

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

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

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

R = 57.74%
G = 20.83%
B = 21.43%

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

#612324 (or 0x612324) is known color: Burnt Crimson. HEX triplet: 61, 23 and 24. RGB value is (97,35,36). Sum of RGB (Red+Green+Blue) = 97+35+36=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612324 is #9EDCDB. Grayscale: #353535. Windows color (decimal): -10411228 or 2368353. OLE color: 2368353.

HSL color Cylindrical-coordinate representation of color #612324: hue angle of 359.03º 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 #612324 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 36 -
CMYK 0 0.64 0.63 0.62
HSL 359.03º 0.47% 0.26% -
HSV(B) 359.03º 0.64% 0.38% -
XYZ 5.85 3.87 2.11 -
YUV 53.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 97 35 36 0 0.64 0.63 0.62 359.03 0.47 0.26
Hex 61 23 24 0 40 3F 3E 167 2F 1A
Octal 141 43 44 0 100 77 76 547 57 32
Binary 1100001 100011 100100 0 1000000 111111 111110 101100111 101111 11010

Color Harmonies of #612324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612324

Black with #612324

Text Example


Text Example

White with #612324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612324; }

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

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

background-color css

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

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

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

border-color css

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

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

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