Html Css Color HEX #612327 Burnt Crimson

📋 copy color: '#612327'

red 97 ◦ green 35 ◦ blue 39

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

Shades of Burnt Crimson #612327

Tints of Burnt Crimson #612327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 56.73%
G = 20.47%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#612327 (or 0x612327) is known color: Burnt Crimson. HEX triplet: 61, 23 and 27. RGB value is (97,35,39). Sum of RGB (Red+Green+Blue) = 97+35+39=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612327 is #9EDCD8. Grayscale: #363636. Windows color (decimal): -10411225 or 2564961. OLE color: 2564961.

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

Color convert

RGB 97 35 39 -
CMYK 0 0.64 0.60 0.62
HSL 356.13º 0.47% 0.26% -
HSV(B) 356.13º 0.64% 0.38% -
XYZ 5.9 3.89 2.36 -
YUV 53.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 97 35 39 0 0.64 0.60 0.62 356.13 0.47 0.26
Hex 61 23 27 0 40 3C 3E 164 2F 1A
Octal 141 43 47 0 100 74 76 544 57 32
Binary 1100001 100011 100111 0 1000000 111100 111110 101100100 101111 11010

Color Harmonies of #612327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612327

Black with #612327

Text Example


Text Example

White with #612327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612327; }

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

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

background-color css

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

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

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

border-color css

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

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

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