Html Css Color HEX #702323 Auburn

📋 copy color: '#702323'

red 112 ◦ green 35 ◦ blue 35

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

Shades of Auburn #702323

Tints of Auburn #702323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.23%

R = 61.54%
G = 19.23%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#702323 (or 0x702323) is known color: Auburn. HEX triplet: 70, 23 and 23. RGB value is (112,35,35). Sum of RGB (Red+Green+Blue) = 112+35+35=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #702323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702323 is #8FDCDC. Grayscale: #3A3A3A. Windows color (decimal): -9428189 or 2302832. OLE color: 2302832.

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

Color convert

RGB 112 35 35 -
CMYK 0 0.69 0.69 0.56
HSL 0.52% 0.29% -
HSV(B) 0.69% 0.44% -
XYZ 7.59 4.77 2.11 -
YUV 58.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 112 35 35 0 0.69 0.69 0.56 0 0.52 0.29
Hex 70 23 23 0 45 45 38 0 34 1D
Octal 160 43 43 0 105 105 70 0 64 35
Binary 1110000 100011 100011 0 1000101 1000101 111000 0 110100 11101

Color Harmonies of #702323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702323

Black with #702323

Text Example


Text Example

White with #702323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702323; }

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

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

background-color css

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

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

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

border-color css

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

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

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