Html Css Color HEX #691413 Red Oxide

📋 copy color: '#691413'

red 105 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #691413

Tints of Red Oxide #691413

RGB

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

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

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

R = 72.92%
G = 13.89%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#691413 (or 0x691413) is known color: Red Oxide. HEX triplet: 69, 14 and 13. RGB value is (105,20,19). Sum of RGB (Red+Green+Blue) = 105+20+19=144 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.92% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 105 - color contains mainly: red. Hex color #691413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691413 is #96EBEC. Grayscale: #2D2D2D. Windows color (decimal): -9890797 or 1250409. OLE color: 1250409.

HSL color Cylindrical-coordinate representation of color #691413: hue angle of 0.7º 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 #691413 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 19 -
CMYK 0 0.81 0.82 0.59
HSL 0.7º 0.69% 0.24% -
HSV(B) 0.7º 0.82% 0.41% -
XYZ 6.19 3.55 0.97 -
YUV 45.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 105 20 19 0 0.81 0.82 0.59 0.7 0.69 0.24
Hex 69 14 13 0 51 52 3B 1 45 18
Octal 151 24 23 0 121 122 73 1 105 30
Binary 1101001 10100 10011 0 1010001 1010010 111011 1 1000101 11000

Color Harmonies of #691413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691413

Black with #691413

Text Example


Text Example

White with #691413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691413; }

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

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

background-color css

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

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

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

border-color css

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

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

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