Html Css Color HEX #611701 Red Oxide

📋 copy color: '#611701'

red 97 ◦ green 23 ◦ blue 1

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

Shades of Red Oxide #611701

Tints of Red Oxide #611701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 80.17%
G = 19.01%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#611701 (or 0x611701) is known color: Red Oxide. HEX triplet: 61, 17 and 01. RGB value is (97,23,1). Sum of RGB (Red+Green+Blue) = 97+23+1=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #611701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611701 is #9EE8FE. Grayscale: #2A2A2A. Windows color (decimal): -10414335 or 71521. OLE color: 71521.

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

Color convert

RGB 97 23 1 -
CMYK 0 0.76 0.99 0.62
HSL 13.75º 0.98% 0.19% -
HSV(B) 13.75º 0.99% 0.38% -
XYZ 5.24 3.16 0.36 -
YUV 42.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 97 23 1 0 0.76 0.99 0.62 13.75 0.98 0.19
Hex 61 17 1 0 4C 63 3E E 62 13
Octal 141 27 1 0 114 143 76 16 142 23
Binary 1100001 10111 1 0 1001100 1100011 111110 1110 1100010 10011

Color Harmonies of #611701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611701

Black with #611701

Text Example


Text Example

White with #611701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611701; }

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

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

background-color css

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

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

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

border-color css

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

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

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