Html Css Color HEX #672220 Red Oxide

📋 copy color: '#672220'

red 103 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #672220

Tints of Red Oxide #672220

RGB

 RED value IS 103 (40.63% from 255) = 60.95%

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

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

R = 60.95%
G = 20.12%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#672220 (or 0x672220) is known color: Red Oxide. HEX triplet: 67, 22 and 20. RGB value is (103,34,32). Sum of RGB (Red+Green+Blue) = 103+34+32=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #672220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672220 is #98DDDF. Grayscale: #363636. Windows color (decimal): -10018272 or 2105959. OLE color: 2105959.

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

Color convert

RGB 103 34 32 -
CMYK 0 0.67 0.69 0.60
HSL 1.69º 0.53% 0.26% -
HSV(B) 1.69º 0.69% 0.4% -
XYZ 6.43 4.13 1.83 -
YUV 54.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 103 34 32 0 0.67 0.69 0.60 1.69 0.53 0.26
Hex 67 22 20 0 43 45 3C 2 35 1A
Octal 147 42 40 0 103 105 74 2 65 32
Binary 1100111 100010 100000 0 1000011 1000101 111100 10 110101 11010

Color Harmonies of #672220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672220

Black with #672220

Text Example


Text Example

White with #672220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672220; }

 p { color: rgb(103,34,32); }

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

background-color css

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

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

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

border-color css

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

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

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