Html Css Color HEX #82175C Rose Bud Cherry

📋 copy color: '#82175C'

red 130 ◦ green 23 ◦ blue 92

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

Shades of Rose Bud Cherry #82175C

Tints of Rose Bud Cherry #82175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

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

R = 53.06%
G = 9.39%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82175C (or 0x82175C) is known color: Rose Bud Cherry. HEX triplet: 82, 17 and 5C. RGB value is (130,23,92). Sum of RGB (Red+Green+Blue) = 130+23+92=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82175C is #7DE8A3. Grayscale: #3E3E3E. Windows color (decimal): -8251556 or 6035330. OLE color: 6035330.

HSL color Cylindrical-coordinate representation of color #82175C: hue angle of 321.31º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82175C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 92 -
CMYK 0 0.82 0.29 0.49
HSL 321.31º 0.7% 0.3% -
HSV(B) 321.31º 0.82% 0.51% -
XYZ 11.44 6.13 10.71 -
YUV 62.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 130 23 92 0 0.82 0.29 0.49 321.31 0.7 0.3
Hex 82 17 5C 0 52 1D 31 141 46 1E
Octal 202 27 134 0 122 35 61 501 106 36
Binary 10000010 10111 1011100 0 1010010 11101 110001 101000001 1000110 11110

Color Harmonies of #82175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82175C

Black with #82175C

Text Example


Text Example

White with #82175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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