Html Css Color HEX #672320 Red Oxide

📋 copy color: '#672320'

red 103 ◦ green 35 ◦ blue 32

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

Shades of Red Oxide #672320

Tints of Red Oxide #672320

RGB

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

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

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

R = 60.59%
G = 20.59%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#672320 (or 0x672320) is known color: Red Oxide. HEX triplet: 67, 23 and 20. RGB value is (103,35,32). Sum of RGB (Red+Green+Blue) = 103+35+32=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #672320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672320 is #98DCDF. Grayscale: #373737. Windows color (decimal): -10018016 or 2106215. OLE color: 2106215.

HSL color Cylindrical-coordinate representation of color #672320: hue angle of 2.54º 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 #672320 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 35 32 -
CMYK 0 0.66 0.69 0.60
HSL 2.54º 0.53% 0.26% -
HSV(B) 2.54º 0.69% 0.4% -
XYZ 6.46 4.19 1.84 -
YUV 54.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 103 35 32 0 0.66 0.69 0.60 2.54 0.53 0.26
Hex 67 23 20 0 42 45 3C 3 35 1A
Octal 147 43 40 0 102 105 74 3 65 32
Binary 1100111 100011 100000 0 1000010 1000101 111100 11 110101 11010

Color Harmonies of #672320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672320

Black with #672320

Text Example


Text Example

White with #672320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672320; }

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

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

background-color css

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

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

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

border-color css

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

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

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