Html Css Color HEX #691310 Red Oxide

📋 copy color: '#691310'

red 105 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #691310

Tints of Red Oxide #691310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 75%
G = 13.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#691310 (or 0x691310) is known color: Red Oxide. HEX triplet: 69, 13 and 10. RGB value is (105,19,16). Sum of RGB (Red+Green+Blue) = 105+19+16=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #691310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691310 is #96ECEF. Grayscale: #2C2C2C. Windows color (decimal): -9891056 or 1053545. OLE color: 1053545.

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

Color convert

RGB 105 19 16 -
CMYK 0 0.82 0.85 0.59
HSL 2.02º 0.74% 0.24% -
HSV(B) 2.02º 0.85% 0.41% -
XYZ 6.15 3.51 0.84 -
YUV 44.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 105 19 16 0 0.82 0.85 0.59 2.02 0.74 0.24
Hex 69 13 10 0 52 55 3B 2 4A 18
Octal 151 23 20 0 122 125 73 2 112 30
Binary 1101001 10011 10000 0 1010010 1010101 111011 10 1001010 11000

Color Harmonies of #691310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691310

Black with #691310

Text Example


Text Example

White with #691310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691310; }

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

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

background-color css

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

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

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

border-color css

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

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

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