Html Css Color HEX #82194D Rose Bud Cherry

📋 copy color: '#82194D'

red 130 ◦ green 25 ◦ blue 77

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

Shades of Rose Bud Cherry #82194D

Tints of Rose Bud Cherry #82194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 56.03%
G = 10.78%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82194D (or 0x82194D) is known color: Rose Bud Cherry. HEX triplet: 82, 19 and 4D. RGB value is (130,25,77). Sum of RGB (Red+Green+Blue) = 130+25+77=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82194D is #7DE6B2. Grayscale: #3E3E3E. Windows color (decimal): -8251059 or 5052802. OLE color: 5052802.

HSL color Cylindrical-coordinate representation of color #82194D: hue angle of 330.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82194D is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 77 -
CMYK 0 0.81 0.41 0.49
HSL 330.29º 0.68% 0.3% -
HSV(B) 330.29º 0.81% 0.51% -
XYZ 10.89 5.98 7.6 -
YUV 62.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 130 25 77 0 0.81 0.41 0.49 330.29 0.68 0.3
Hex 82 19 4D 0 51 29 31 14A 44 1E
Octal 202 31 115 0 121 51 61 512 104 36
Binary 10000010 11001 1001101 0 1010001 101001 110001 101001010 1000100 11110

Color Harmonies of #82194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82194D

Black with #82194D

Text Example


Text Example

White with #82194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82194D; }

 p { color: rgb(130,25,77); }

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

background-color css

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

 a { background-color: rgb(130,25,77); }

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

border-color css

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

 span { border-color: rgb(130,25,77); }

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