Html Css Color HEX #691111 Red Oxide

📋 copy color: '#691111'

red 105 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #691111

Tints of Red Oxide #691111

RGB

 RED value IS 105 (41.41% from 255) = 75.54%

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 17 (7.03% from 255) = 12.23%

R = 75.54%
G = 12.23%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#691111 (or 0x691111) is known color: Red Oxide. HEX triplet: 69, 11 and 11. RGB value is (105,17,17). Sum of RGB (Red+Green+Blue) = 105+17+17=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #691111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691111 is #96EEEE. Grayscale: #2B2B2B. Windows color (decimal): -9891567 or 1118569. OLE color: 1118569.

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

Color convert

RGB 105 17 17 -
CMYK 0 0.84 0.84 0.59
HSL 0.72% 0.24% -
HSV(B) 0.84% 0.41% -
XYZ 6.13 3.44 0.87 -
YUV 43.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 105 17 17 0 0.84 0.84 0.59 0 0.72 0.24
Hex 69 11 11 0 54 54 3B 0 48 18
Octal 151 21 21 0 124 124 73 0 110 30
Binary 1101001 10001 10001 0 1010100 1010100 111011 0 1001000 11000

Color Harmonies of #691111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691111

Black with #691111

Text Example


Text Example

White with #691111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691111; }

 p { color: rgb(105,17,17); }

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

background-color css

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

 a { background-color: rgb(105,17,17); }

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

border-color css

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

 span { border-color: rgb(105,17,17); }

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