Html Css Color HEX #612320 Red Oxide

📋 copy color: '#612320'

red 97 ◦ green 35 ◦ blue 32

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

Shades of Red Oxide #612320

Tints of Red Oxide #612320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 59.15%
G = 21.34%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#612320 (or 0x612320) is known color: Red Oxide. HEX triplet: 61, 23 and 20. RGB value is (97,35,32). Sum of RGB (Red+Green+Blue) = 97+35+32=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #612320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612320 is #9EDCDF. Grayscale: #353535. Windows color (decimal): -10411232 or 2106209. OLE color: 2106209.

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

Color convert

RGB 97 35 32 -
CMYK 0 0.64 0.67 0.62
HSL 2.77º 0.5% 0.25% -
HSV(B) 2.77º 0.67% 0.38% -
XYZ 5.79 3.85 1.8 -
YUV 53.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 97 35 32 0 0.64 0.67 0.62 2.77 0.5 0.25
Hex 61 23 20 0 40 43 3E 3 32 19
Octal 141 43 40 0 100 103 76 3 62 31
Binary 1100001 100011 100000 0 1000000 1000011 111110 11 110010 11001

Color Harmonies of #612320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612320

Black with #612320

Text Example


Text Example

White with #612320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612320; }

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

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

background-color css

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

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

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

border-color css

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

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

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