Html Css Color HEX #681413 Red Oxide

📋 copy color: '#681413'

red 104 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #681413

Tints of Red Oxide #681413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

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

R = 72.73%
G = 13.99%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#681413 (or 0x681413) is known color: Red Oxide. HEX triplet: 68, 14 and 13. RGB value is (104,20,19). Sum of RGB (Red+Green+Blue) = 104+20+19=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681413 is #97EBEC. Grayscale: #2D2D2D. Windows color (decimal): -9956333 or 1250408. OLE color: 1250408.

HSL color Cylindrical-coordinate representation of color #681413: hue angle of 0.71º 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 #681413 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 19 -
CMYK 0 0.81 0.82 0.59
HSL 0.71º 0.69% 0.24% -
HSV(B) 0.71º 0.82% 0.41% -
XYZ 6.08 3.49 0.97 -
YUV 45 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 104 20 19 0 0.81 0.82 0.59 0.71 0.69 0.24
Hex 68 14 13 0 51 52 3B 1 45 18
Octal 150 24 23 0 121 122 73 1 105 30
Binary 1101000 10100 10011 0 1010001 1010010 111011 1 1000101 11000

Color Harmonies of #681413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681413

Black with #681413

Text Example


Text Example

White with #681413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681413; }

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

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

background-color css

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

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

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

border-color css

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

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

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