Html Css Color HEX #513641 Barossa

📋 copy color: '#513641'

red 81 ◦ green 54 ◦ blue 65

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

Shades of Barossa #513641

Tints of Barossa #513641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 40.5%
G = 27%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#513641 (or 0x513641) is known color: Barossa. HEX triplet: 51, 36 and 41. RGB value is (81,54,65). Sum of RGB (Red+Green+Blue) = 81+54+65=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #513641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513641 is #AEC9BE. Grayscale: #3F3F3F. Windows color (decimal): -11454911 or 4273745. OLE color: 4273745.

HSL color Cylindrical-coordinate representation of color #513641: hue angle of 335.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #513641 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 65 -
CMYK 0 0.33 0.20 0.68
HSL 335.56º 0.2% 0.26% -
HSV(B) 335.56º 0.33% 0.32% -
XYZ 5.67 4.77 5.62 -
YUV 63.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 81 54 65 0 0.33 0.20 0.68 335.56 0.2 0.26
Hex 51 36 41 0 21 14 44 150 14 1A
Octal 121 66 101 0 41 24 104 520 24 32
Binary 1010001 110110 1000001 0 100001 10100 1000100 101010000 10100 11010

Color Harmonies of #513641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513641

Black with #513641

Text Example


Text Example

White with #513641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513641; }

 p { color: rgb(81,54,65); }

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

background-color css

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

 a { background-color: rgb(81,54,65); }

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

border-color css

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

 span { border-color: rgb(81,54,65); }

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