Html Css Color HEX #68110D Red Oxide

📋 copy color: '#68110D'

red 104 ◦ green 17 ◦ blue 13

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

Shades of Red Oxide #68110D

Tints of Red Oxide #68110D

RGB

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

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

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

R = 77.61%
G = 12.69%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68110D (or 0x68110D) is known color: Red Oxide. HEX triplet: 68, 11 and 0D. RGB value is (104,17,13). Sum of RGB (Red+Green+Blue) = 104+17+13=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #68110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68110D is #97EEF2. Grayscale: #2A2A2A. Windows color (decimal): -9957107 or 856424. OLE color: 856424.

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

Color convert

RGB 104 17 13 -
CMYK 0 0.84 0.88 0.59
HSL 2.64º 0.78% 0.23% -
HSV(B) 2.64º 0.88% 0.41% -
XYZ 5.98 3.37 0.72 -
YUV 42.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 104 17 13 0 0.84 0.88 0.59 2.64 0.78 0.23
Hex 68 11 D 0 54 58 3B 3 4E 17
Octal 150 21 15 0 124 130 73 3 116 27
Binary 1101000 10001 1101 0 1010100 1011000 111011 11 1001110 10111

Color Harmonies of #68110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68110D

Black with #68110D

Text Example


Text Example

White with #68110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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