Html Css Color HEX #691513 Red Oxide

📋 copy color: '#691513'

red 105 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #691513

Tints of Red Oxide #691513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 72.41%
G = 14.48%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#691513 (or 0x691513) is known color: Red Oxide. HEX triplet: 69, 15 and 13. RGB value is (105,21,19). Sum of RGB (Red+Green+Blue) = 105+21+19=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #691513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691513 is #96EAEC. Grayscale: #2D2D2D. Windows color (decimal): -9890541 or 1250665. OLE color: 1250665.

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

Color convert

RGB 105 21 19 -
CMYK 0 0.80 0.82 0.59
HSL 1.4º 0.69% 0.24% -
HSV(B) 1.4º 0.82% 0.41% -
XYZ 6.21 3.59 0.98 -
YUV 45.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 105 21 19 0 0.80 0.82 0.59 1.4 0.69 0.24
Hex 69 15 13 0 50 52 3B 1 45 18
Octal 151 25 23 0 120 122 73 1 105 30
Binary 1101001 10101 10011 0 1010000 1010010 111011 1 1000101 11000

Color Harmonies of #691513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691513

Black with #691513

Text Example


Text Example

White with #691513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691513; }

 p { color: rgb(105,21,19); }

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

background-color css

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

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

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

border-color css

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

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

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