Html Css Color HEX #682020 Red Oxide

📋 copy color: '#682020'

red 104 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #682020

Tints of Red Oxide #682020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 61.9%
G = 19.05%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#682020 (or 0x682020) is known color: Red Oxide. HEX triplet: 68, 20 and 20. RGB value is (104,32,32). Sum of RGB (Red+Green+Blue) = 104+32+32=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #682020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682020 is #97DFDF. Grayscale: #353535. Windows color (decimal): -9953248 or 2105448. OLE color: 2105448.

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

Color convert

RGB 104 32 32 -
CMYK 0 0.69 0.69 0.59
HSL 0.53% 0.27% -
HSV(B) 0.69% 0.41% -
XYZ 6.49 4.08 1.81 -
YUV 53.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 104 32 32 0 0.69 0.69 0.59 0 0.53 0.27
Hex 68 20 20 0 45 45 3B 0 35 1B
Octal 150 40 40 0 105 105 73 0 65 33
Binary 1101000 100000 100000 0 1000101 1000101 111011 0 110101 11011

Color Harmonies of #682020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682020

Black with #682020

Text Example


Text Example

White with #682020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682020; }

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

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

background-color css

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

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

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

border-color css

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

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

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