Html Css Color HEX #681312 Red Oxide

📋 copy color: '#681312'

red 104 ◦ green 19 ◦ blue 18

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

Shades of Red Oxide #681312

Tints of Red Oxide #681312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 73.76%
G = 13.48%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#681312 (or 0x681312) is known color: Red Oxide. HEX triplet: 68, 13 and 12. RGB value is (104,19,18). Sum of RGB (Red+Green+Blue) = 104+19+18=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681312 is #97ECED. Grayscale: #2C2C2C. Windows color (decimal): -9956590 or 1184616. OLE color: 1184616.

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

Color convert

RGB 104 19 18 -
CMYK 0 0.82 0.83 0.59
HSL 0.7º 0.7% 0.24% -
HSV(B) 0.7º 0.83% 0.41% -
XYZ 6.05 3.45 0.92 -
YUV 44.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 104 19 18 0 0.82 0.83 0.59 0.7 0.7 0.24
Hex 68 13 12 0 52 53 3B 1 46 18
Octal 150 23 22 0 122 123 73 1 106 30
Binary 1101000 10011 10010 0 1010010 1010011 111011 1 1000110 11000

Color Harmonies of #681312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681312

Black with #681312

Text Example


Text Example

White with #681312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681312; }

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

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

background-color css

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

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

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

border-color css

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

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

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