Html Css Color HEX #681813 Red Oxide

📋 copy color: '#681813'

red 104 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #681813

Tints of Red Oxide #681813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 70.75%
G = 16.33%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#681813 (or 0x681813) is known color: Red Oxide. HEX triplet: 68, 18 and 13. RGB value is (104,24,19). Sum of RGB (Red+Green+Blue) = 104+24+19=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681813 is #97E7EC. Grayscale: #2F2F2F. Windows color (decimal): -9955309 or 1251432. OLE color: 1251432.

HSL color Cylindrical-coordinate representation of color #681813: hue angle of 3.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681813 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 19 -
CMYK 0 0.77 0.82 0.59
HSL 3.53º 0.69% 0.24% -
HSV(B) 3.53º 0.82% 0.41% -
XYZ 6.15 3.64 1 -
YUV 47.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 104 24 19 0 0.77 0.82 0.59 3.53 0.69 0.24
Hex 68 18 13 0 4D 52 3B 4 45 18
Octal 150 30 23 0 115 122 73 4 105 30
Binary 1101000 11000 10011 0 1001101 1010010 111011 100 1000101 11000

Color Harmonies of #681813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681813

Black with #681813

Text Example


Text Example

White with #681813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681813; }

 p { color: rgb(104,24,19); }

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

background-color css

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

 a { background-color: rgb(104,24,19); }

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

border-color css

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

 span { border-color: rgb(104,24,19); }

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