Html Css Color HEX #51253D Barossa

📋 copy color: '#51253D'

red 81 ◦ green 37 ◦ blue 61

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

Shades of Barossa #51253D

Tints of Barossa #51253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.08%

R = 45.25%
G = 20.67%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#51253D (or 0x51253D) is known color: Barossa. HEX triplet: 51, 25 and 3D. RGB value is (81,37,61). Sum of RGB (Red+Green+Blue) = 81+37+61=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51253D is #AEDAC2. Grayscale: #343434. Windows color (decimal): -11459267 or 4007249. OLE color: 4007249.

HSL color Cylindrical-coordinate representation of color #51253D: hue angle of 327.27º 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 #51253D is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 61 -
CMYK 0 0.54 0.25 0.68
HSL 327.27º 0.37% 0.23% -
HSV(B) 327.27º 0.54% 0.32% -
XYZ 4.9 3.41 4.81 -
YUV 52.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 81 37 61 0 0.54 0.25 0.68 327.27 0.37 0.23
Hex 51 25 3D 0 36 19 44 147 25 17
Octal 121 45 75 0 66 31 104 507 45 27
Binary 1010001 100101 111101 0 110110 11001 1000100 101000111 100101 10111

Color Harmonies of #51253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51253D

Black with #51253D

Text Example


Text Example

White with #51253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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