Html Css Color HEX #82574E Lotus

📋 copy color: '#82574E'

red 130 ◦ green 87 ◦ blue 78

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

Shades of Lotus #82574E

Tints of Lotus #82574E

RGB

 RED value IS 130 (51.17% from 255) = 44.07%

 GREEN value IS 87 (34.38% from 255) = 29.49%

 BLUE value IS 78 (30.86% from 255) = 26.44%

R = 44.07%
G = 29.49%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82574E (or 0x82574E) is known color: Lotus. HEX triplet: 82, 57 and 4E. RGB value is (130,87,78). Sum of RGB (Red+Green+Blue) = 130+87+78=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82574E is #7DA8B1. Grayscale: #626262. Windows color (decimal): -8235186 or 5134210. OLE color: 5134210.

HSL color Cylindrical-coordinate representation of color #82574E: hue angle of 10.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82574E is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 78 -
CMYK 0 0.33 0.40 0.49
HSL 10.38º 0.25% 0.41% -
HSV(B) 10.38º 0.4% 0.51% -
XYZ 13.99 12.11 8.81 -
YUV 98.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 130 87 78 0 0.33 0.40 0.49 10.38 0.25 0.41
Hex 82 57 4E 0 21 28 31 A 19 29
Octal 202 127 116 0 41 50 61 12 31 51
Binary 10000010 1010111 1001110 0 100001 101000 110001 1010 11001 101001

Color Harmonies of #82574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82574E

Black with #82574E

Text Example


Text Example

White with #82574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82574E; }

 p { color: rgb(130,87,78); }

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

background-color css

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

 a { background-color: rgb(130,87,78); }

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

border-color css

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

 span { border-color: rgb(130,87,78); }

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