Html Css Color HEX #682424 Red Oxide

📋 copy color: '#682424'

red 104 ◦ green 36 ◦ blue 36

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

Shades of Red Oxide #682424

Tints of Red Oxide #682424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 59.09%
G = 20.45%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#682424 (or 0x682424) is known color: Red Oxide. HEX triplet: 68, 24 and 24. RGB value is (104,36,36). Sum of RGB (Red+Green+Blue) = 104+36+36=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #682424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682424 is #97DBDB. Grayscale: #383838. Windows color (decimal): -9952220 or 2368616. OLE color: 2368616.

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

Color convert

RGB 104 36 36 -
CMYK 0 0.65 0.65 0.59
HSL 0.49% 0.27% -
HSV(B) 0.65% 0.41% -
XYZ 6.66 4.33 2.15 -
YUV 56.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 104 36 36 0 0.65 0.65 0.59 0 0.49 0.27
Hex 68 24 24 0 41 41 3B 0 31 1B
Octal 150 44 44 0 101 101 73 0 61 33
Binary 1101000 100100 100100 0 1000001 1000001 111011 0 110001 11011

Color Harmonies of #682424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682424

Black with #682424

Text Example


Text Example

White with #682424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682424; }

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

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

background-color css

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

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

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

border-color css

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

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

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