Html Css Color HEX #51283B Barossa

📋 copy color: '#51283B'

red 81 ◦ green 40 ◦ blue 59

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

Shades of Barossa #51283B

Tints of Barossa #51283B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 45%
G = 22.22%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#51283B (or 0x51283B) is known color: Barossa. HEX triplet: 51, 28 and 3B. RGB value is (81,40,59). Sum of RGB (Red+Green+Blue) = 81+40+59=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51283B is #AED7C4. Grayscale: #363636. Windows color (decimal): -11458501 or 3876945. OLE color: 3876945.

HSL color Cylindrical-coordinate representation of color #51283B: hue angle of 332.2º 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 #51283B is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 40 59 -
CMYK 0 0.51 0.27 0.68
HSL 332.2º 0.34% 0.24% -
HSV(B) 332.2º 0.51% 0.32% -
XYZ 4.94 3.58 4.57 -
YUV 54.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 81 40 59 0 0.51 0.27 0.68 332.2 0.34 0.24
Hex 51 28 3B 0 33 1B 44 14C 22 18
Octal 121 50 73 0 63 33 104 514 42 30
Binary 1010001 101000 111011 0 110011 11011 1000100 101001100 100010 11000

Color Harmonies of #51283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51283B

Black with #51283B

Text Example


Text Example

White with #51283B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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