Html Css Color HEX #82395C Rose Bud Cherry

📋 copy color: '#82395C'

red 130 ◦ green 57 ◦ blue 92

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

Shades of Rose Bud Cherry #82395C

Tints of Rose Bud Cherry #82395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 46.59%
G = 20.43%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82395C (or 0x82395C) is known color: Rose Bud Cherry. HEX triplet: 82, 39 and 5C. RGB value is (130,57,92). Sum of RGB (Red+Green+Blue) = 130+57+92=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82395C is #7DC6A3. Grayscale: #525252. Windows color (decimal): -8242852 or 6044034. OLE color: 6044034.

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

Color convert

RGB 130 57 92 -
CMYK 0 0.56 0.29 0.49
HSL 331.23º 0.39% 0.37% -
HSV(B) 331.23º 0.56% 0.51% -
XYZ 12.6 8.44 11.09 -
YUV 82.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 130 57 92 0 0.56 0.29 0.49 331.23 0.39 0.37
Hex 82 39 5C 0 38 1D 31 14B 27 25
Octal 202 71 134 0 70 35 61 513 47 45
Binary 10000010 111001 1011100 0 111000 11101 110001 101001011 100111 100101

Color Harmonies of #82395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82395C

Black with #82395C

Text Example


Text Example

White with #82395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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