Html Css Color HEX #82395E Rose Bud Cherry

📋 copy color: '#82395E'

red 130 ◦ green 57 ◦ blue 94

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

Shades of Rose Bud Cherry #82395E

Tints of Rose Bud Cherry #82395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 46.26%
G = 20.28%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82395E (or 0x82395E) is known color: Rose Bud Cherry. HEX triplet: 82, 39 and 5E. RGB value is (130,57,94). Sum of RGB (Red+Green+Blue) = 130+57+94=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #82395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82395E is #7DC6A1. Grayscale: #525252. Windows color (decimal): -8242850 or 6175106. OLE color: 6175106.

HSL color Cylindrical-coordinate representation of color #82395E: hue angle of 329.59º 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 #82395E is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 57 94 -
CMYK 0 0.56 0.28 0.49
HSL 329.59º 0.39% 0.37% -
HSV(B) 329.59º 0.56% 0.51% -
XYZ 12.69 8.48 11.56 -
YUV 83.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 130 57 94 0 0.56 0.28 0.49 329.59 0.39 0.37
Hex 82 39 5E 0 38 1C 31 14A 27 25
Octal 202 71 136 0 70 34 61 512 47 45
Binary 10000010 111001 1011110 0 111000 11100 110001 101001010 100111 100101

Color Harmonies of #82395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82395E

Black with #82395E

Text Example


Text Example

White with #82395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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