Html Css Color HEX #82255C Rose Bud Cherry

📋 copy color: '#82255C'

red 130 ◦ green 37 ◦ blue 92

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

Shades of Rose Bud Cherry #82255C

Tints of Rose Bud Cherry #82255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 50.19%
G = 14.29%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82255C (or 0x82255C) is known color: Rose Bud Cherry. HEX triplet: 82, 25 and 5C. RGB value is (130,37,92). Sum of RGB (Red+Green+Blue) = 130+37+92=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82255C is #7DDAA3. Grayscale: #464646. Windows color (decimal): -8247972 or 6038914. OLE color: 6038914.

HSL color Cylindrical-coordinate representation of color #82255C: hue angle of 324.52º 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 #82255C is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 92 -
CMYK 0 0.72 0.29 0.49
HSL 324.52º 0.56% 0.33% -
HSV(B) 324.52º 0.72% 0.51% -
XYZ 11.8 6.84 10.82 -
YUV 71.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 130 37 92 0 0.72 0.29 0.49 324.52 0.56 0.33
Hex 82 25 5C 0 48 1D 31 145 38 21
Octal 202 45 134 0 110 35 61 505 70 41
Binary 10000010 100101 1011100 0 1001000 11101 110001 101000101 111000 100001

Color Harmonies of #82255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82255C

Black with #82255C

Text Example


Text Example

White with #82255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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