Html Css Color HEX #51263B Barossa

📋 copy color: '#51263B'

red 81 ◦ green 38 ◦ blue 59

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

Shades of Barossa #51263B

Tints of Barossa #51263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 45.51%
G = 21.35%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#51263B (or 0x51263B) is known color: Barossa. HEX triplet: 51, 26 and 3B. RGB value is (81,38,59). Sum of RGB (Red+Green+Blue) = 81+38+59=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51263B is #AED9C4. Grayscale: #353535. Windows color (decimal): -11459013 or 3876433. OLE color: 3876433.

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

Color convert

RGB 81 38 59 -
CMYK 0 0.53 0.27 0.68
HSL 330.7º 0.36% 0.23% -
HSV(B) 330.7º 0.53% 0.32% -
XYZ 4.88 3.45 4.55 -
YUV 53.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 81 38 59 0 0.53 0.27 0.68 330.7 0.36 0.23
Hex 51 26 3B 0 35 1B 44 14B 24 17
Octal 121 46 73 0 65 33 104 513 44 27
Binary 1010001 100110 111011 0 110101 11011 1000100 101001011 100100 10111

Color Harmonies of #51263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51263B

Black with #51263B

Text Example


Text Example

White with #51263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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