Html Css Color HEX #51253C Barossa

📋 copy color: '#51253C'

red 81 ◦ green 37 ◦ blue 60

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

Shades of Barossa #51253C

Tints of Barossa #51253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 45.51%
G = 20.79%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#51253C (or 0x51253C) is known color: Barossa. HEX triplet: 51, 25 and 3C. RGB value is (81,37,60). Sum of RGB (Red+Green+Blue) = 81+37+60=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51253C is #AEDAC3. Grayscale: #343434. Windows color (decimal): -11459268 or 3941713. OLE color: 3941713.

HSL color Cylindrical-coordinate representation of color #51253C: hue angle of 328.64º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51253C is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 60 -
CMYK 0 0.54 0.26 0.68
HSL 328.64º 0.37% 0.23% -
HSV(B) 328.64º 0.54% 0.32% -
XYZ 4.87 3.4 4.67 -
YUV 52.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 81 37 60 0 0.54 0.26 0.68 328.64 0.37 0.23
Hex 51 25 3C 0 36 1A 44 149 25 17
Octal 121 45 74 0 66 32 104 511 45 27
Binary 1010001 100101 111100 0 110110 11010 1000100 101001001 100101 10111

Color Harmonies of #51253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51253C

Black with #51253C

Text Example


Text Example

White with #51253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51253C; }

 p { color: rgb(81,37,60); }

 H1.HeaderClassName
 {
   color: #51253C;
 }
 .AnyTagClassName
 {
   color: #51253C;
 }
</style>

background-color css

<style>
 a { background-color: #51253C; }

 a { background-color: rgb(81,37,60); }

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

border-color css

<style>
 span { border-color: #51253C; }

 span { border-color: rgb(81,37,60); }

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