Html Css Color HEX #612325 Burnt Crimson

📋 copy color: '#612325'

red 97 ◦ green 35 ◦ blue 37

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

Shades of Burnt Crimson #612325

Tints of Burnt Crimson #612325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.89%

R = 57.4%
G = 20.71%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#612325 (or 0x612325) is known color: Burnt Crimson. HEX triplet: 61, 23 and 25. RGB value is (97,35,37). Sum of RGB (Red+Green+Blue) = 97+35+37=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612325 is #9EDCDA. Grayscale: #353535. Windows color (decimal): -10411227 or 2433889. OLE color: 2433889.

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

Color convert

RGB 97 35 37 -
CMYK 0 0.64 0.62 0.62
HSL 358.06º 0.47% 0.26% -
HSV(B) 358.06º 0.64% 0.38% -
XYZ 5.86 3.88 2.19 -
YUV 53.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 97 35 37 0 0.64 0.62 0.62 358.06 0.47 0.26
Hex 61 23 25 0 40 3E 3E 166 2F 1A
Octal 141 43 45 0 100 76 76 546 57 32
Binary 1100001 100011 100101 0 1000000 111110 111110 101100110 101111 11010

Color Harmonies of #612325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612325

Black with #612325

Text Example


Text Example

White with #612325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612325; }

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

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

background-color css

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

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

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

border-color css

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

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

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