Html Css Color HEX #513846 Barossa

📋 copy color: '#513846'

red 81 ◦ green 56 ◦ blue 70

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

Shades of Barossa #513846

Tints of Barossa #513846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 39.13%
G = 27.05%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#513846 (or 0x513846) is known color: Barossa. HEX triplet: 51, 38 and 46. RGB value is (81,56,70). Sum of RGB (Red+Green+Blue) = 81+56+70=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #513846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513846 is #AEC7B9. Grayscale: #414141. Windows color (decimal): -11454394 or 4601937. OLE color: 4601937.

HSL color Cylindrical-coordinate representation of color #513846: hue angle of 326.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #513846 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 70 -
CMYK 0 0.31 0.14 0.68
HSL 326.4º 0.18% 0.27% -
HSV(B) 326.4º 0.31% 0.32% -
XYZ 5.91 5.02 6.45 -
YUV 65.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 81 56 70 0 0.31 0.14 0.68 326.4 0.18 0.27
Hex 51 38 46 0 1F E 44 146 12 1B
Octal 121 70 106 0 37 16 104 506 22 33
Binary 1010001 111000 1000110 0 11111 1110 1000100 101000110 10010 11011

Color Harmonies of #513846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513846

Black with #513846

Text Example


Text Example

White with #513846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513846; }

 p { color: rgb(81,56,70); }

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

background-color css

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

 a { background-color: rgb(81,56,70); }

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

border-color css

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

 span { border-color: rgb(81,56,70); }

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