Html Css Color HEX #69190D Red Oxide

📋 copy color: '#69190D'

red 105 ◦ green 25 ◦ blue 13

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

Shades of Red Oxide #69190D

Tints of Red Oxide #69190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.48%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 73.43%
G = 17.48%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69190D (or 0x69190D) is known color: Red Oxide. HEX triplet: 69, 19 and 0D. RGB value is (105,25,13). Sum of RGB (Red+Green+Blue) = 105+25+13=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #69190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69190D is #96E6F2. Grayscale: #2F2F2F. Windows color (decimal): -9889523 or 858473. OLE color: 858473.

HSL color Cylindrical-coordinate representation of color #69190D: hue angle of 7.83º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69190D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 25 13 -
CMYK 0 0.76 0.88 0.59
HSL 7.83º 0.78% 0.23% -
HSV(B) 7.83º 0.88% 0.41% -
XYZ 6.25 3.73 0.77 -
YUV 47.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 105 25 13 0 0.76 0.88 0.59 7.83 0.78 0.23
Hex 69 19 D 0 4C 58 3B 8 4E 17
Octal 151 31 15 0 114 130 73 10 116 27
Binary 1101001 11001 1101 0 1001100 1011000 111011 1000 1001110 10111

Color Harmonies of #69190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69190D

Black with #69190D

Text Example


Text Example

White with #69190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69190D; }

 p { color: rgb(105,25,13); }

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

background-color css

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

 a { background-color: rgb(105,25,13); }

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

border-color css

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

 span { border-color: rgb(105,25,13); }

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