Html Css Color HEX #8B5352 Lotus

📋 copy color: '#8B5352'

red 139 ◦ green 83 ◦ blue 82

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

Shades of Lotus #8B5352

Tints of Lotus #8B5352

RGB

 RED value IS 139 (54.69% from 255) = 45.72%

 GREEN value IS 83 (32.81% from 255) = 27.3%

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 45.72%
G = 27.3%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8B5352 (or 0x8B5352) is known color: Lotus. HEX triplet: 8B, 53 and 52. RGB value is (139,83,82). Sum of RGB (Red+Green+Blue) = 139+83+82=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5352 is #74ACAD. Grayscale: #636363. Windows color (decimal): -7646382 or 5395339. OLE color: 5395339.

HSL color Cylindrical-coordinate representation of color #8B5352: hue angle of 1.05º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5352 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 83 82 -
CMYK 0 0.40 0.41 0.45
HSL 1.05º 0.26% 0.43% -
HSV(B) 1.05º 0.41% 0.55% -
XYZ 15.26 12.28 9.55 -
YUV 99.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 139 83 82 0 0.40 0.41 0.45 1.05 0.26 0.43
Hex 8B 53 52 0 28 29 2D 1 1A 2B
Octal 213 123 122 0 50 51 55 1 32 53
Binary 10001011 1010011 1010010 0 101000 101001 101101 1 11010 101011

Color Harmonies of #8B5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5352

Black with #8B5352

Text Example


Text Example

White with #8B5352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B5352; }

 p { color: rgb(139,83,82); }

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

background-color css

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

 a { background-color: rgb(139,83,82); }

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

border-color css

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

 span { border-color: rgb(139,83,82); }

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