Html Css Color HEX #51283A Barossa

📋 copy color: '#51283A'

red 81 ◦ green 40 ◦ blue 58

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

Shades of Barossa #51283A

Tints of Barossa #51283A

RGB

 RED value IS 81 (32.03% from 255) = 45.25%

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 58 (23.05% from 255) = 32.4%

R = 45.25%
G = 22.35%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#51283A (or 0x51283A) is known color: Barossa. HEX triplet: 51, 28 and 3A. RGB value is (81,40,58). Sum of RGB (Red+Green+Blue) = 81+40+58=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51283A is #AED7C5. Grayscale: #363636. Windows color (decimal): -11458502 or 3811409. OLE color: 3811409.

HSL color Cylindrical-coordinate representation of color #51283A: hue angle of 333.66º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51283A is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 40 58 -
CMYK 0 0.51 0.28 0.68
HSL 333.66º 0.34% 0.24% -
HSV(B) 333.66º 0.51% 0.32% -
XYZ 4.92 3.57 4.43 -
YUV 54.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 81 40 58 0 0.51 0.28 0.68 333.66 0.34 0.24
Hex 51 28 3A 0 33 1C 44 14E 22 18
Octal 121 50 72 0 63 34 104 516 42 30
Binary 1010001 101000 111010 0 110011 11100 1000100 101001110 100010 11000

Color Harmonies of #51283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51283A

Black with #51283A

Text Example


Text Example

White with #51283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51283A; }

 p { color: rgb(81,40,58); }

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

background-color css

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

 a { background-color: rgb(81,40,58); }

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

border-color css

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

 span { border-color: rgb(81,40,58); }

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