Html Css Color HEX #69110F Red Oxide

📋 copy color: '#69110F'

red 105 ◦ green 17 ◦ blue 15

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

Shades of Red Oxide #69110F

Tints of Red Oxide #69110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 76.64%
G = 12.41%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69110F (or 0x69110F) is known color: Red Oxide. HEX triplet: 69, 11 and 0F. RGB value is (105,17,15). Sum of RGB (Red+Green+Blue) = 105+17+15=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #69110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69110F is #96EEF0. Grayscale: #2B2B2B. Windows color (decimal): -9891569 or 987497. OLE color: 987497.

HSL color Cylindrical-coordinate representation of color #69110F: hue angle of 1.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69110F is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 15 -
CMYK 0 0.84 0.86 0.59
HSL 1.33º 0.75% 0.24% -
HSV(B) 1.33º 0.86% 0.41% -
XYZ 6.11 3.44 0.79 -
YUV 43.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 105 17 15 0 0.84 0.86 0.59 1.33 0.75 0.24
Hex 69 11 F 0 54 56 3B 1 4B 18
Octal 151 21 17 0 124 126 73 1 113 30
Binary 1101001 10001 1111 0 1010100 1010110 111011 1 1001011 11000

Color Harmonies of #69110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69110F

Black with #69110F

Text Example


Text Example

White with #69110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69110F; }

 p { color: rgb(105,17,15); }

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

background-color css

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

 a { background-color: rgb(105,17,15); }

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

border-color css

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

 span { border-color: rgb(105,17,15); }

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