Html Css Color HEX #702626 Auburn

📋 copy color: '#702626'

red 112 ◦ green 38 ◦ blue 38

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

Shades of Auburn #702626

Tints of Auburn #702626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

 BLUE value IS 38 (15.23% from 255) = 20.21%

R = 59.57%
G = 20.21%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#702626 (or 0x702626) is known color: Auburn. HEX triplet: 70, 26 and 26. RGB value is (112,38,38). Sum of RGB (Red+Green+Blue) = 112+38+38=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702626 is #8FD9D9. Grayscale: #3C3C3C. Windows color (decimal): -9427418 or 2500208. OLE color: 2500208.

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

Color convert

RGB 112 38 38 -
CMYK 0 0.66 0.66 0.56
HSL 0.49% 0.29% -
HSV(B) 0.66% 0.44% -
XYZ 7.73 4.97 2.39 -
YUV 60.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 112 38 38 0 0.66 0.66 0.56 0 0.49 0.29
Hex 70 26 26 0 42 42 38 0 31 1D
Octal 160 46 46 0 102 102 70 0 61 35
Binary 1110000 100110 100110 0 1000010 1000010 111000 0 110001 11101

Color Harmonies of #702626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702626

Black with #702626

Text Example


Text Example

White with #702626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702626; }

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

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

background-color css

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

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

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

border-color css

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

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

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