Html Css Color HEX #672322 Red Oxide

📋 copy color: '#672322'

red 103 ◦ green 35 ◦ blue 34

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

Shades of Red Oxide #672322

Tints of Red Oxide #672322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 59.88%
G = 20.35%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#672322 (or 0x672322) is known color: Red Oxide. HEX triplet: 67, 23 and 22. RGB value is (103,35,34). Sum of RGB (Red+Green+Blue) = 103+35+34=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #672322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672322 is #98DCDD. Grayscale: #373737. Windows color (decimal): -10018014 or 2237287. OLE color: 2237287.

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

Color convert

RGB 103 35 34 -
CMYK 0 0.66 0.67 0.60
HSL 0.87º 0.5% 0.27% -
HSV(B) 0.87º 0.67% 0.4% -
XYZ 6.48 4.2 1.98 -
YUV 55.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 103 35 34 0 0.66 0.67 0.60 0.87 0.5 0.27
Hex 67 23 22 0 42 43 3C 1 32 1B
Octal 147 43 42 0 102 103 74 1 62 33
Binary 1100111 100011 100010 0 1000010 1000011 111100 1 110010 11011

Color Harmonies of #672322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672322

Black with #672322

Text Example


Text Example

White with #672322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672322; }

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

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

background-color css

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

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

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

border-color css

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

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

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