Html Css Color HEX #612015 Red Oxide

📋 copy color: '#612015'

red 97 ◦ green 32 ◦ blue 21

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

Shades of Red Oxide #612015

Tints of Red Oxide #612015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14%

R = 64.67%
G = 21.33%
B = 14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#612015 (or 0x612015) is known color: Red Oxide. HEX triplet: 61, 20 and 15. RGB value is (97,32,21). Sum of RGB (Red+Green+Blue) = 97+32+21=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #612015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612015 is #9EDFEA. Grayscale: #323232. Windows color (decimal): -10412011 or 1384545. OLE color: 1384545.

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

Color convert

RGB 97 32 21 -
CMYK 0 0.67 0.78 0.62
HSL 8.68º 0.64% 0.23% -
HSV(B) 8.68º 0.78% 0.38% -
XYZ 5.58 3.63 1.12 -
YUV 50.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 97 32 21 0 0.67 0.78 0.62 8.68 0.64 0.23
Hex 61 20 15 0 43 4E 3E 9 40 17
Octal 141 40 25 0 103 116 76 11 100 27
Binary 1100001 100000 10101 0 1000011 1001110 111110 1001 1000000 10111

Color Harmonies of #612015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612015

Black with #612015

Text Example


Text Example

White with #612015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612015; }

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

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

background-color css

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

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

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

border-color css

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

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

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