Html Css Color HEX #61170F Red Oxide

📋 copy color: '#61170F'

red 97 ◦ green 23 ◦ blue 15

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

Shades of Red Oxide #61170F

Tints of Red Oxide #61170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 71.85%
G = 17.04%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61170F (or 0x61170F) is known color: Red Oxide. HEX triplet: 61, 17 and 0F. RGB value is (97,23,15). Sum of RGB (Red+Green+Blue) = 97+23+15=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #61170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61170F is #9EE8F0. Grayscale: #2C2C2C. Windows color (decimal): -10414321 or 989025. OLE color: 989025.

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

Color convert

RGB 97 23 15 -
CMYK 0 0.76 0.85 0.62
HSL 5.85º 0.73% 0.22% -
HSV(B) 5.85º 0.85% 0.38% -
XYZ 5.32 3.19 0.79 -
YUV 44.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 97 23 15 0 0.76 0.85 0.62 5.85 0.73 0.22
Hex 61 17 F 0 4C 55 3E 6 49 16
Octal 141 27 17 0 114 125 76 6 111 26
Binary 1100001 10111 1111 0 1001100 1010101 111110 110 1001001 10110

Color Harmonies of #61170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61170F

Black with #61170F

Text Example


Text Example

White with #61170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61170F; }

 p { color: rgb(97,23,15); }

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

background-color css

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

 a { background-color: rgb(97,23,15); }

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

border-color css

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

 span { border-color: rgb(97,23,15); }

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