Html Css Color HEX #611717 Red Oxide

📋 copy color: '#611717'

red 97 ◦ green 23 ◦ blue 23

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

Shades of Red Oxide #611717

Tints of Red Oxide #611717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.08%

R = 67.83%
G = 16.08%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#611717 (or 0x611717) is known color: Red Oxide. HEX triplet: 61, 17 and 17. RGB value is (97,23,23). Sum of RGB (Red+Green+Blue) = 97+23+23=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611717 is #9EE8E8. Grayscale: #2D2D2D. Windows color (decimal): -10414313 or 1513313. OLE color: 1513313.

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

Color convert

RGB 97 23 23 -
CMYK 0 0.76 0.76 0.62
HSL 0.62% 0.24% -
HSV(B) 0.76% 0.38% -
XYZ 5.39 3.22 1.15 -
YUV 45.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 97 23 23 0 0.76 0.76 0.62 0 0.62 0.24
Hex 61 17 17 0 4C 4C 3E 0 3E 18
Octal 141 27 27 0 114 114 76 0 76 30
Binary 1100001 10111 10111 0 1001100 1001100 111110 0 111110 11000

Color Harmonies of #611717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611717

Black with #611717

Text Example


Text Example

White with #611717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611717; }

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

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

background-color css

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

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

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

border-color css

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

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

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