Html Css Color HEX #691412 Red Oxide

📋 copy color: '#691412'

red 105 ◦ green 20 ◦ blue 18

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

Shades of Red Oxide #691412

Tints of Red Oxide #691412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

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

R = 73.43%
G = 13.99%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#691412 (or 0x691412) is known color: Red Oxide. HEX triplet: 69, 14 and 12. RGB value is (105,20,18). Sum of RGB (Red+Green+Blue) = 105+20+18=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691412 is #96EBED. Grayscale: #2D2D2D. Windows color (decimal): -9890798 or 1184873. OLE color: 1184873.

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

Color convert

RGB 105 20 18 -
CMYK 0 0.81 0.83 0.59
HSL 1.38º 0.71% 0.24% -
HSV(B) 1.38º 0.83% 0.41% -
XYZ 6.19 3.55 0.93 -
YUV 45.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 105 20 18 0 0.81 0.83 0.59 1.38 0.71 0.24
Hex 69 14 12 0 51 53 3B 1 47 18
Octal 151 24 22 0 121 123 73 1 107 30
Binary 1101001 10100 10010 0 1010001 1010011 111011 1 1000111 11000

Color Harmonies of #691412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691412

Black with #691412

Text Example


Text Example

White with #691412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691412; }

 p { color: rgb(105,20,18); }

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

background-color css

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

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

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

border-color css

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

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

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