#51273E

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

Shades of Barossa #51273E

Tints of Barossa #51273E

Color information

#51273E (or 0x51273E) is unknown color: approx Barossa. HEX triplet: 51, 27 and 3E. RGB value is (81,39,62). Sum of RGB (Red+Green+Blue) = 81+39+62=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #51273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51273E is #AED8C1. Grayscale: #363636. Windows color (decimal): -11458754 or 4073297. OLE color: 4073297.

HSL color Cylindrical-coordinate representation of color #51273E: hue angle of 327.14º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51273E is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB813962-
CMYK00.520.230.68
HSL327.14º35%23.53%-
HSV(B)327.14º51.85%31.76%-
XYZ4.993.554.98-
YUV54.18132.41147.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=44.51%
G=21.43%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81396200.520.230.68327.143523.53
Hex51273E03417441472318
Octal1214776064271045074330
Binary1010001100111111110011010010111100010010100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51273E; }

 p { color: rgb(81,39,62); }

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

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

 a { background-color: rgb(81,39,62); }

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

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

 span { border-color: rgb(81,39,62); }

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