Html Css Color HEX #61150C Red Oxide

📋 copy color: '#61150C'

red 97 ◦ green 21 ◦ blue 12

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

Shades of Red Oxide #61150C

Tints of Red Oxide #61150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 74.62%
G = 16.15%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61150C (or 0x61150C) is known color: Red Oxide. HEX triplet: 61, 15 and 0C. RGB value is (97,21,12). Sum of RGB (Red+Green+Blue) = 97+21+12=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #61150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61150C is #9EEAF3. Grayscale: #2A2A2A. Windows color (decimal): -10414836 or 791905. OLE color: 791905.

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

Color convert

RGB 97 21 12 -
CMYK 0 0.78 0.88 0.62
HSL 6.35º 0.78% 0.21% -
HSV(B) 6.35º 0.88% 0.38% -
XYZ 5.26 3.1 0.67 -
YUV 42.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 97 21 12 0 0.78 0.88 0.62 6.35 0.78 0.21
Hex 61 15 C 0 4E 58 3E 6 4E 15
Octal 141 25 14 0 116 130 76 6 116 25
Binary 1100001 10101 1100 0 1001110 1011000 111110 110 1001110 10101

Color Harmonies of #61150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61150C

Black with #61150C

Text Example


Text Example

White with #61150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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