Html Css Color HEX #75312B Auburn

📋 copy color: '#75312B'

red 117 ◦ green 49 ◦ blue 43

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

Shades of Auburn #75312B

Tints of Auburn #75312B

RGB

 RED value IS 117 (46.09% from 255) = 55.98%

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 55.98%
G = 23.44%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75312B (or 0x75312B) is known color: Auburn. HEX triplet: 75, 31 and 2B. RGB value is (117,49,43). Sum of RGB (Red+Green+Blue) = 117+49+43=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75312B is #8ACED4. Grayscale: #444444. Windows color (decimal): -9096917 or 2830709. OLE color: 2830709.

HSL color Cylindrical-coordinate representation of color #75312B: hue angle of 4.86º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75312B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 43 -
CMYK 0 0.58 0.63 0.54
HSL 4.86º 0.46% 0.31% -
HSV(B) 4.86º 0.63% 0.46% -
XYZ 8.87 6.15 3.01 -
YUV 68.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 117 49 43 0 0.58 0.63 0.54 4.86 0.46 0.31
Hex 75 31 2B 0 3A 3F 36 5 2E 1F
Octal 165 61 53 0 72 77 66 5 56 37
Binary 1110101 110001 101011 0 111010 111111 110110 101 101110 11111

Color Harmonies of #75312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75312B

Black with #75312B

Text Example


Text Example

White with #75312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75312B; }

 p { color: rgb(117,49,43); }

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

background-color css

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

 a { background-color: rgb(117,49,43); }

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

border-color css

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

 span { border-color: rgb(117,49,43); }

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