Html Css Color HEX #682121 Red Oxide

📋 copy color: '#682121'

red 104 ◦ green 33 ◦ blue 33

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

Shades of Red Oxide #682121

Tints of Red Oxide #682121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 61.18%
G = 19.41%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#682121 (or 0x682121) is known color: Red Oxide. HEX triplet: 68, 21 and 21. RGB value is (104,33,33). Sum of RGB (Red+Green+Blue) = 104+33+33=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682121 is #97DEDE. Grayscale: #363636. Windows color (decimal): -9952991 or 2171240. OLE color: 2171240.

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

Color convert

RGB 104 33 33 -
CMYK 0 0.68 0.68 0.59
HSL 0.52% 0.27% -
HSV(B) 0.68% 0.41% -
XYZ 6.53 4.14 1.89 -
YUV 54.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 104 33 33 0 0.68 0.68 0.59 0 0.52 0.27
Hex 68 21 21 0 44 44 3B 0 34 1B
Octal 150 41 41 0 104 104 73 0 64 33
Binary 1101000 100001 100001 0 1000100 1000100 111011 0 110100 11011

Color Harmonies of #682121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682121

Black with #682121

Text Example


Text Example

White with #682121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682121; }

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

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

background-color css

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

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

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

border-color css

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

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

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