Html Css Color HEX #702322 Auburn

📋 copy color: '#702322'

red 112 ◦ green 35 ◦ blue 34

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

Shades of Auburn #702322

Tints of Auburn #702322

RGB

 RED value IS 112 (44.14% from 255) = 61.88%

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

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

R = 61.88%
G = 19.34%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#702322 (or 0x702322) is known color: Auburn. HEX triplet: 70, 23 and 22. RGB value is (112,35,34). Sum of RGB (Red+Green+Blue) = 112+35+34=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #702322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702322 is #8FDCDD. Grayscale: #393939. Windows color (decimal): -9428190 or 2237296. OLE color: 2237296.

HSL color Cylindrical-coordinate representation of color #702322: hue angle of 0.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702322 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 34 -
CMYK 0 0.69 0.70 0.56
HSL 0.77º 0.53% 0.29% -
HSV(B) 0.77º 0.7% 0.44% -
XYZ 7.57 4.76 2.03 -
YUV 57.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 112 35 34 0 0.69 0.70 0.56 0.77 0.53 0.29
Hex 70 23 22 0 45 46 38 1 35 1D
Octal 160 43 42 0 105 106 70 1 65 35
Binary 1110000 100011 100010 0 1000101 1000110 111000 1 110101 11101

Color Harmonies of #702322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702322

Black with #702322

Text Example


Text Example

White with #702322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702322; }

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

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

background-color css

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

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

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

border-color css

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

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

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