Html Css Color HEX #68190D Red Oxide

📋 copy color: '#68190D'

red 104 ◦ green 25 ◦ blue 13

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

Shades of Red Oxide #68190D

Tints of Red Oxide #68190D

RGB

 RED value IS 104 (41.02% from 255) = 73.24%

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

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

R = 73.24%
G = 17.61%
B = 9.15%

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

#68190D (or 0x68190D) is known color: Red Oxide. HEX triplet: 68, 19 and 0D. RGB value is (104,25,13). Sum of RGB (Red+Green+Blue) = 104+25+13=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #68190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68190D is #97E6F2. Grayscale: #2F2F2F. Windows color (decimal): -9955059 or 858472. OLE color: 858472.

HSL color Cylindrical-coordinate representation of color #68190D: hue angle of 7.91º 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 #68190D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 13 -
CMYK 0 0.76 0.88 0.59
HSL 7.91º 0.78% 0.23% -
HSV(B) 7.91º 0.88% 0.41% -
XYZ 6.13 3.67 0.77 -
YUV 47.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 104 25 13 0 0.76 0.88 0.59 7.91 0.78 0.23
Hex 68 19 D 0 4C 58 3B 8 4E 17
Octal 150 31 15 0 114 130 73 10 116 27
Binary 1101000 11001 1101 0 1001100 1011000 111011 1000 1001110 10111

Color Harmonies of #68190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68190D

Black with #68190D

Text Example


Text Example

White with #68190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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