Html Css Color HEX #682222 Red Oxide

📋 copy color: '#682222'

red 104 ◦ green 34 ◦ blue 34

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

Shades of Red Oxide #682222

Tints of Red Oxide #682222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 60.47%
G = 19.77%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#682222 (or 0x682222) is known color: Red Oxide. HEX triplet: 68, 22 and 22. RGB value is (104,34,34). Sum of RGB (Red+Green+Blue) = 104+34+34=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682222 is #97DDDD. Grayscale: #373737. Windows color (decimal): -9952734 or 2237032. OLE color: 2237032.

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

Color convert

RGB 104 34 34 -
CMYK 0 0.67 0.67 0.59
HSL 0.51% 0.27% -
HSV(B) 0.67% 0.41% -
XYZ 6.57 4.2 1.98 -
YUV 54.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 104 34 34 0 0.67 0.67 0.59 0 0.51 0.27
Hex 68 22 22 0 43 43 3B 0 33 1B
Octal 150 42 42 0 103 103 73 0 63 33
Binary 1101000 100010 100010 0 1000011 1000011 111011 0 110011 11011

Color Harmonies of #682222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682222

Black with #682222

Text Example


Text Example

White with #682222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682222; }

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

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

background-color css

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

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

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

border-color css

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

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

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