Html Css Color HEX #826265 Empress

📋 copy color: '#826265'

red 130 ◦ green 98 ◦ blue 101

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

Shades of Empress #826265

Tints of Empress #826265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 39.51%
G = 29.79%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826265 (or 0x826265) is known color: Empress. HEX triplet: 82, 62 and 65. RGB value is (130,98,101). Sum of RGB (Red+Green+Blue) = 130+98+101=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #826265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826265 is #7D9D9A. Grayscale: #6B6B6B. Windows color (decimal): -8232347 or 6644354. OLE color: 6644354.

HSL color Cylindrical-coordinate representation of color #826265: hue angle of 354.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826265 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 101 -
CMYK 0 0.25 0.22 0.49
HSL 354.38º 0.14% 0.45% -
HSV(B) 354.38º 0.25% 0.51% -
XYZ 15.92 14.42 14.26 -
YUV 107.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 130 98 101 0 0.25 0.22 0.49 354.38 0.14 0.45
Hex 82 62 65 0 19 16 31 162 E 2D
Octal 202 142 145 0 31 26 61 542 16 55
Binary 10000010 1100010 1100101 0 11001 10110 110001 101100010 1110 101101

Color Harmonies of #826265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826265

Black with #826265

Text Example


Text Example

White with #826265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826265; }

 p { color: rgb(130,98,101); }

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

background-color css

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

 a { background-color: rgb(130,98,101); }

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

border-color css

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

 span { border-color: rgb(130,98,101); }

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