Html Css Color HEX #82254F Rose Bud Cherry

📋 copy color: '#82254F'

red 130 ◦ green 37 ◦ blue 79

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

Shades of Rose Bud Cherry #82254F

Tints of Rose Bud Cherry #82254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 52.85%
G = 15.04%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82254F (or 0x82254F) is known color: Rose Bud Cherry. HEX triplet: 82, 25 and 4F. RGB value is (130,37,79). Sum of RGB (Red+Green+Blue) = 130+37+79=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82254F is #7DDAB0. Grayscale: #454545. Windows color (decimal): -8247985 or 5186946. OLE color: 5186946.

HSL color Cylindrical-coordinate representation of color #82254F: hue angle of 332.9º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82254F is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 79 -
CMYK 0 0.72 0.39 0.49
HSL 332.9º 0.56% 0.33% -
HSV(B) 332.9º 0.72% 0.51% -
XYZ 11.28 6.63 8.08 -
YUV 69.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 130 37 79 0 0.72 0.39 0.49 332.9 0.56 0.33
Hex 82 25 4F 0 48 27 31 14D 38 21
Octal 202 45 117 0 110 47 61 515 70 41
Binary 10000010 100101 1001111 0 1001000 100111 110001 101001101 111000 100001

Color Harmonies of #82254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82254F

Black with #82254F

Text Example


Text Example

White with #82254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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