Html Css Color HEX #611312 Red Oxide

📋 copy color: '#611312'

red 97 ◦ green 19 ◦ blue 18

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

Shades of Red Oxide #611312

Tints of Red Oxide #611312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 72.39%
G = 14.18%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#611312 (or 0x611312) is known color: Red Oxide. HEX triplet: 61, 13 and 12. RGB value is (97,19,18). Sum of RGB (Red+Green+Blue) = 97+19+18=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #611312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611312 is #9EECED. Grayscale: #2A2A2A. Windows color (decimal): -10415342 or 1184609. OLE color: 1184609.

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

Color convert

RGB 97 19 18 -
CMYK 0 0.80 0.81 0.62
HSL 0.76º 0.69% 0.23% -
HSV(B) 0.76º 0.81% 0.38% -
XYZ 5.27 3.05 0.88 -
YUV 42.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 97 19 18 0 0.80 0.81 0.62 0.76 0.69 0.23
Hex 61 13 12 0 50 51 3E 1 45 17
Octal 141 23 22 0 120 121 76 1 105 27
Binary 1100001 10011 10010 0 1010000 1010001 111110 1 1000101 10111

Color Harmonies of #611312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611312

Black with #611312

Text Example


Text Example

White with #611312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611312; }

 p { color: rgb(97,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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