#51243B

Color #51243B Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #51243B

Tints of Barossa #51243B

Color information

#51243B (or 0x51243B) is unknown color: approx Barossa. HEX triplet: 51, 24 and 3B. RGB value is (81,36,59). Sum of RGB (Red+Green+Blue) = 81+36+59=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51243B is #AEDBC4. Grayscale: #343434. Windows color (decimal): -11459525 or 3875921. OLE color: 3875921.

HSL color Cylindrical-coordinate representation of color #51243B: hue angle of 329.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51243B is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB813659-
CMYK00.560.270.68
HSL329.33º38.46%22.94%-
HSV(B)329.33º55.56%31.76%-
XYZ4.813.334.53-
YUV52.08131.91148.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=46.02%
G=20.45%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81365900.560.270.68329.3338.4622.94
Hex51243B0381B441492617
Octal1214473070331045114627
Binary1010001100100111011011100011011100010010100100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,36,59); }

 H1.HeaderClassName
 {
   color: #51243B;
 }
 .AnyTagClassName
 {
   color: #51243B;
 }
</style>
background-color css

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

 a { background-color: rgb(81,36,59); }

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

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

 span { border-color: rgb(81,36,59); }

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