Html Css Color HEX #682419 Red Oxide

📋 copy color: '#682419'

red 104 ◦ green 36 ◦ blue 25

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

Shades of Red Oxide #682419

Tints of Red Oxide #682419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

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

R = 63.03%
G = 21.82%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#682419 (or 0x682419) is known color: Red Oxide. HEX triplet: 68, 24 and 19. RGB value is (104,36,25). Sum of RGB (Red+Green+Blue) = 104+36+25=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682419 is #97DBE6. Grayscale: #373737. Windows color (decimal): -9952231 or 1647720. OLE color: 1647720.

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

Color convert

RGB 104 36 25 -
CMYK 0 0.65 0.76 0.59
HSL 8.35º 0.61% 0.25% -
HSV(B) 8.35º 0.76% 0.41% -
XYZ 6.52 4.27 1.4 -
YUV 55.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 104 36 25 0 0.65 0.76 0.59 8.35 0.61 0.25
Hex 68 24 19 0 41 4C 3B 8 3D 19
Octal 150 44 31 0 101 114 73 10 75 31
Binary 1101000 100100 11001 0 1000001 1001100 111011 1000 111101 11001

Color Harmonies of #682419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682419

Black with #682419

Text Example


Text Example

White with #682419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682419; }

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

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

background-color css

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

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

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

border-color css

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

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

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