Html Css Color HEX #82365D Rose Bud Cherry

📋 copy color: '#82365D'

red 130 ◦ green 54 ◦ blue 93

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

Shades of Rose Bud Cherry #82365D

Tints of Rose Bud Cherry #82365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 46.93%
G = 19.49%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82365D (or 0x82365D) is known color: Rose Bud Cherry. HEX triplet: 82, 36 and 5D. RGB value is (130,54,93). Sum of RGB (Red+Green+Blue) = 130+54+93=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82365D is #7DC9A2. Grayscale: #515151. Windows color (decimal): -8243619 or 6108802. OLE color: 6108802.

HSL color Cylindrical-coordinate representation of color #82365D: hue angle of 329.21º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82365D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 93 -
CMYK 0 0.58 0.28 0.49
HSL 329.21º 0.41% 0.36% -
HSV(B) 329.21º 0.58% 0.51% -
XYZ 12.5 8.17 11.27 -
YUV 81.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 130 54 93 0 0.58 0.28 0.49 329.21 0.41 0.36
Hex 82 36 5D 0 3A 1C 31 149 29 24
Octal 202 66 135 0 72 34 61 511 51 44
Binary 10000010 110110 1011101 0 111010 11100 110001 101001001 101001 100100

Color Harmonies of #82365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82365D

Black with #82365D

Text Example


Text Example

White with #82365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82365D; }

 p { color: rgb(130,54,93); }

 H1.HeaderClassName
 {
   color: #82365D;
 }
 .AnyTagClassName
 {
   color: #82365D;
 }
</style>

background-color css

<style>
 a { background-color: #82365D; }

 a { background-color: rgb(130,54,93); }

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

border-color css

<style>
 span { border-color: #82365D; }

 span { border-color: rgb(130,54,93); }

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