Html Css Color HEX #83514B Lotus

📋 copy color: '#83514B'

red 131 ◦ green 81 ◦ blue 75

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

Shades of Lotus #83514B

Tints of Lotus #83514B

RGB

 RED value IS 131 (51.56% from 255) = 45.64%

 GREEN value IS 81 (32.03% from 255) = 28.22%

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 45.64%
G = 28.22%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83514B (or 0x83514B) is known color: Lotus. HEX triplet: 83, 51 and 4B. RGB value is (131,81,75). Sum of RGB (Red+Green+Blue) = 131+81+75=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83514B is #7CAEB4. Grayscale: #5F5F5F. Windows color (decimal): -8171189 or 4936067. OLE color: 4936067.

HSL color Cylindrical-coordinate representation of color #83514B: hue angle of 6.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83514B is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 81 75 -
CMYK 0 0.38 0.43 0.49
HSL 6.43º 0.27% 0.4% -
HSV(B) 6.43º 0.43% 0.51% -
XYZ 13.57 11.22 8.11 -
YUV 95.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 131 81 75 0 0.38 0.43 0.49 6.43 0.27 0.4
Hex 83 51 4B 0 26 2B 31 6 1B 28
Octal 203 121 113 0 46 53 61 6 33 50
Binary 10000011 1010001 1001011 0 100110 101011 110001 110 11011 101000

Color Harmonies of #83514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83514B

Black with #83514B

Text Example


Text Example

White with #83514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,81,75); }

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

background-color css

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

 a { background-color: rgb(131,81,75); }

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

border-color css

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

 span { border-color: rgb(131,81,75); }

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