Html Css Color HEX #61150D Red Oxide

📋 copy color: '#61150D'

red 97 ◦ green 21 ◦ blue 13

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

Shades of Red Oxide #61150D

Tints of Red Oxide #61150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 74.05%
G = 16.03%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61150D (or 0x61150D) is known color: Red Oxide. HEX triplet: 61, 15 and 0D. RGB value is (97,21,13). Sum of RGB (Red+Green+Blue) = 97+21+13=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61150D is #9EEAF2. Grayscale: #2A2A2A. Windows color (decimal): -10414835 or 857441. OLE color: 857441.

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

Color convert

RGB 97 21 13 -
CMYK 0 0.78 0.87 0.62
HSL 5.71º 0.76% 0.22% -
HSV(B) 5.71º 0.87% 0.38% -
XYZ 5.27 3.11 0.7 -
YUV 42.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 97 21 13 0 0.78 0.87 0.62 5.71 0.76 0.22
Hex 61 15 D 0 4E 57 3E 6 4C 16
Octal 141 25 15 0 116 127 76 6 114 26
Binary 1100001 10101 1101 0 1001110 1010111 111110 110 1001100 10110

Color Harmonies of #61150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61150D

Black with #61150D

Text Example


Text Example

White with #61150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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