Html Css Color HEX #82194F Rose Bud Cherry

📋 copy color: '#82194F'

red 130 ◦ green 25 ◦ blue 79

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

Shades of Rose Bud Cherry #82194F

Tints of Rose Bud Cherry #82194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 55.56%
G = 10.68%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82194F (or 0x82194F) is known color: Rose Bud Cherry. HEX triplet: 82, 19 and 4F. RGB value is (130,25,79). Sum of RGB (Red+Green+Blue) = 130+25+79=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #82194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82194F is #7DE6B0. Grayscale: #3E3E3E. Windows color (decimal): -8251057 or 5183874. OLE color: 5183874.

HSL color Cylindrical-coordinate representation of color #82194F: hue angle of 329.14º 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 #82194F is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 79 -
CMYK 0 0.81 0.39 0.49
HSL 329.14º 0.68% 0.3% -
HSV(B) 329.14º 0.81% 0.51% -
XYZ 10.96 6.01 7.98 -
YUV 62.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 130 25 79 0 0.81 0.39 0.49 329.14 0.68 0.3
Hex 82 19 4F 0 51 27 31 149 44 1E
Octal 202 31 117 0 121 47 61 511 104 36
Binary 10000010 11001 1001111 0 1010001 100111 110001 101001001 1000100 11110

Color Harmonies of #82194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82194F

Black with #82194F

Text Example


Text Example

White with #82194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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