Html Css Color HEX #681414 Red Oxide

📋 copy color: '#681414'

red 104 ◦ green 20 ◦ blue 20

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

Shades of Red Oxide #681414

Tints of Red Oxide #681414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 72.22%
G = 13.89%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#681414 (or 0x681414) is known color: Red Oxide. HEX triplet: 68, 14 and 14. RGB value is (104,20,20). Sum of RGB (Red+Green+Blue) = 104+20+20=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681414 is #97EBEB. Grayscale: #2D2D2D. Windows color (decimal): -9956332 or 1315944. OLE color: 1315944.

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

Color convert

RGB 104 20 20 -
CMYK 0 0.81 0.81 0.59
HSL 0.68% 0.24% -
HSV(B) 0.81% 0.41% -
XYZ 6.09 3.49 1.02 -
YUV 45.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 104 20 20 0 0.81 0.81 0.59 0 0.68 0.24
Hex 68 14 14 0 51 51 3B 0 44 18
Octal 150 24 24 0 121 121 73 0 104 30
Binary 1101000 10100 10100 0 1010001 1010001 111011 0 1000100 11000

Color Harmonies of #681414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681414

Black with #681414

Text Example


Text Example

White with #681414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681414; }

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

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

background-color css

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

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

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

border-color css

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

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

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