Html Css Color HEX #733330 Auburn

📋 copy color: '#733330'

red 115 ◦ green 51 ◦ blue 48

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

Shades of Auburn #733330

Tints of Auburn #733330

RGB

 RED value IS 115 (45.31% from 255) = 53.74%

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 48 (19.14% from 255) = 22.43%

R = 53.74%
G = 23.83%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#733330 (or 0x733330) is known color: Auburn. HEX triplet: 73, 33 and 30. RGB value is (115,51,48). Sum of RGB (Red+Green+Blue) = 115+51+48=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #733330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733330 is #8CCCCF. Grayscale: #454545. Windows color (decimal): -9227472 or 3158899. OLE color: 3158899.

HSL color Cylindrical-coordinate representation of color #733330: hue angle of 2.69º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733330 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 51 48 -
CMYK 0 0.56 0.58 0.55
HSL 2.69º 0.41% 0.32% -
HSV(B) 2.69º 0.58% 0.45% -
XYZ 8.79 6.23 3.53 -
YUV 69.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 115 51 48 0 0.56 0.58 0.55 2.69 0.41 0.32
Hex 73 33 30 0 38 3A 37 3 29 20
Octal 163 63 60 0 70 72 67 3 51 40
Binary 1110011 110011 110000 0 111000 111010 110111 11 101001 100000

Color Harmonies of #733330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733330

Black with #733330

Text Example


Text Example

White with #733330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733330; }

 p { color: rgb(115,51,48); }

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

background-color css

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

 a { background-color: rgb(115,51,48); }

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

border-color css

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

 span { border-color: rgb(115,51,48); }

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