Html Css Color HEX #824E5E Cannon Pink

📋 copy color: '#824E5E'

red 130 ◦ green 78 ◦ blue 94

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

Shades of Cannon Pink #824E5E

Tints of Cannon Pink #824E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.83%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 43.05%
G = 25.83%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#824E5E (or 0x824E5E) is known color: Cannon Pink. HEX triplet: 82, 4E and 5E. RGB value is (130,78,94). Sum of RGB (Red+Green+Blue) = 130+78+94=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #824E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E5E is #7DB1A1. Grayscale: #5F5F5F. Windows color (decimal): -8237474 or 6180482. OLE color: 6180482.

HSL color Cylindrical-coordinate representation of color #824E5E: hue angle of 341.54º 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 #824E5E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 94 -
CMYK 0 0.40 0.28 0.49
HSL 341.54º 0.25% 0.41% -
HSV(B) 341.54º 0.4% 0.51% -
XYZ 13.95 11 11.98 -
YUV 95.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 130 78 94 0 0.40 0.28 0.49 341.54 0.25 0.41
Hex 82 4E 5E 0 28 1C 31 156 19 29
Octal 202 116 136 0 50 34 61 526 31 51
Binary 10000010 1001110 1011110 0 101000 11100 110001 101010110 11001 101001

Color Harmonies of #824E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E5E

Black with #824E5E

Text Example


Text Example

White with #824E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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