Html Css Color HEX #68211F Red Oxide

📋 copy color: '#68211F'

red 104 ◦ green 33 ◦ blue 31

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

Shades of Red Oxide #68211F

Tints of Red Oxide #68211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 61.9%
G = 19.64%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68211F (or 0x68211F) is known color: Red Oxide. HEX triplet: 68, 21 and 1F. RGB value is (104,33,31). Sum of RGB (Red+Green+Blue) = 104+33+31=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68211F is #97DEE0. Grayscale: #363636. Windows color (decimal): -9952993 or 2040168. OLE color: 2040168.

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

Color convert

RGB 104 33 31 -
CMYK 0 0.68 0.70 0.59
HSL 1.64º 0.54% 0.26% -
HSV(B) 1.64º 0.7% 0.41% -
XYZ 6.5 4.13 1.75 -
YUV 54 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 104 33 31 0 0.68 0.70 0.59 1.64 0.54 0.26
Hex 68 21 1F 0 44 46 3B 2 36 1A
Octal 150 41 37 0 104 106 73 2 66 32
Binary 1101000 100001 11111 0 1000100 1000110 111011 10 110110 11010

Color Harmonies of #68211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68211F

Black with #68211F

Text Example


Text Example

White with #68211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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