Html Css Color HEX #612524 Red Oxide

📋 copy color: '#612524'

red 97 ◦ green 37 ◦ blue 36

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

Shades of Red Oxide #612524

Tints of Red Oxide #612524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

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

R = 57.06%
G = 21.76%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#612524 (or 0x612524) is known color: Red Oxide. HEX triplet: 61, 25 and 24. RGB value is (97,37,36). Sum of RGB (Red+Green+Blue) = 97+37+36=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #612524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612524 is #9EDADB. Grayscale: #363636. Windows color (decimal): -10410716 or 2368865. OLE color: 2368865.

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

Color convert

RGB 97 37 36 -
CMYK 0 0.62 0.63 0.62
HSL 0.98º 0.46% 0.26% -
HSV(B) 0.98º 0.63% 0.38% -
XYZ 5.91 3.99 2.13 -
YUV 54.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 97 37 36 0 0.62 0.63 0.62 0.98 0.46 0.26
Hex 61 25 24 0 3E 3F 3E 1 2E 1A
Octal 141 45 44 0 76 77 76 1 56 32
Binary 1100001 100101 100100 0 111110 111111 111110 1 101110 11010

Color Harmonies of #612524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612524

Black with #612524

Text Example


Text Example

White with #612524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612524; }

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

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

background-color css

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

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

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

border-color css

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

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

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