Html Css Color HEX #68100D Red Oxide

📋 copy color: '#68100D'

red 104 ◦ green 16 ◦ blue 13

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

Shades of Red Oxide #68100D

Tints of Red Oxide #68100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

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

R = 78.2%
G = 12.03%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68100D (or 0x68100D) is known color: Red Oxide. HEX triplet: 68, 10 and 0D. RGB value is (104,16,13). Sum of RGB (Red+Green+Blue) = 104+16+13=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #68100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68100D is #97EFF2. Grayscale: #2A2A2A. Windows color (decimal): -9957363 or 856168. OLE color: 856168.

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

Color convert

RGB 104 16 13 -
CMYK 0 0.85 0.88 0.59
HSL 1.98º 0.78% 0.23% -
HSV(B) 1.98º 0.88% 0.41% -
XYZ 5.97 3.34 0.71 -
YUV 41.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 104 16 13 0 0.85 0.88 0.59 1.98 0.78 0.23
Hex 68 10 D 0 55 58 3B 2 4E 17
Octal 150 20 15 0 125 130 73 2 116 27
Binary 1101000 10000 1101 0 1010101 1011000 111011 10 1001110 10111

Color Harmonies of #68100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68100D

Black with #68100D

Text Example


Text Example

White with #68100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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