Html Css Color HEX #691505 Red Oxide

📋 copy color: '#691505'

red 105 ◦ green 21 ◦ blue 5

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

Shades of Red Oxide #691505

Tints of Red Oxide #691505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.82%

R = 80.15%
G = 16.03%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#691505 (or 0x691505) is known color: Red Oxide. HEX triplet: 69, 15 and 05. RGB value is (105,21,5). Sum of RGB (Red+Green+Blue) = 105+21+5=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #691505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691505 is #96EAFA. Grayscale: #2C2C2C. Windows color (decimal): -9890555 or 333161. OLE color: 333161.

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

Color convert

RGB 105 21 5 -
CMYK 0 0.80 0.95 0.59
HSL 9.6º 0.91% 0.22% -
HSV(B) 9.6º 0.95% 0.41% -
XYZ 6.12 3.55 0.51 -
YUV 44.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 105 21 5 0 0.80 0.95 0.59 9.6 0.91 0.22
Hex 69 15 5 0 50 5F 3B A 5B 16
Octal 151 25 5 0 120 137 73 12 133 26
Binary 1101001 10101 101 0 1010000 1011111 111011 1010 1011011 10110

Color Harmonies of #691505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691505

Black with #691505

Text Example


Text Example

White with #691505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691505; }

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

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

background-color css

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

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

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

border-color css

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

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

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