Html Css Color HEX #682019 Red Oxide

📋 copy color: '#682019'

red 104 ◦ green 32 ◦ blue 25

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

Shades of Red Oxide #682019

Tints of Red Oxide #682019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.88%

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 64.6%
G = 19.88%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#682019 (or 0x682019) is known color: Red Oxide. HEX triplet: 68, 20 and 19. RGB value is (104,32,25). Sum of RGB (Red+Green+Blue) = 104+32+25=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682019 is #97DFE6. Grayscale: #343434. Windows color (decimal): -9953255 or 1646696. OLE color: 1646696.

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

Color convert

RGB 104 32 25 -
CMYK 0 0.69 0.76 0.59
HSL 5.32º 0.61% 0.25% -
HSV(B) 5.32º 0.76% 0.41% -
XYZ 6.4 4.05 1.36 -
YUV 52.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 104 32 25 0 0.69 0.76 0.59 5.32 0.61 0.25
Hex 68 20 19 0 45 4C 3B 5 3D 19
Octal 150 40 31 0 105 114 73 5 75 31
Binary 1101000 100000 11001 0 1000101 1001100 111011 101 111101 11001

Color Harmonies of #682019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682019

Black with #682019

Text Example


Text Example

White with #682019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682019; }

 p { color: rgb(104,32,25); }

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

background-color css

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

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

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

border-color css

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

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

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