Html Css Color HEX #612018 Red Oxide

📋 copy color: '#612018'

red 97 ◦ green 32 ◦ blue 24

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

Shades of Red Oxide #612018

Tints of Red Oxide #612018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 63.4%
G = 20.92%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#612018 (or 0x612018) is known color: Red Oxide. HEX triplet: 61, 20 and 18. RGB value is (97,32,24). Sum of RGB (Red+Green+Blue) = 97+32+24=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612018 is #9EDFE7. Grayscale: #323232. Windows color (decimal): -10412008 or 1581153. OLE color: 1581153.

HSL color Cylindrical-coordinate representation of color #612018: hue angle of 6.58º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612018 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 24 -
CMYK 0 0.67 0.75 0.62
HSL 6.58º 0.6% 0.24% -
HSV(B) 6.58º 0.75% 0.38% -
XYZ 5.61 3.64 1.27 -
YUV 50.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 97 32 24 0 0.67 0.75 0.62 6.58 0.6 0.24
Hex 61 20 18 0 43 4B 3E 7 3C 18
Octal 141 40 30 0 103 113 76 7 74 30
Binary 1100001 100000 11000 0 1000011 1001011 111110 111 111100 11000

Color Harmonies of #612018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612018

Black with #612018

Text Example


Text Example

White with #612018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612018; }

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

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

background-color css

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

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

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

border-color css

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

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

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