Html Css Color HEX #82365B Rose Bud Cherry

📋 copy color: '#82365B'

red 130 ◦ green 54 ◦ blue 91

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

Shades of Rose Bud Cherry #82365B

Tints of Rose Bud Cherry #82365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 47.27%
G = 19.64%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82365B (or 0x82365B) is known color: Rose Bud Cherry. HEX triplet: 82, 36 and 5B. RGB value is (130,54,91). Sum of RGB (Red+Green+Blue) = 130+54+91=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82365B is #7DC9A4. Grayscale: #505050. Windows color (decimal): -8243621 or 5977730. OLE color: 5977730.

HSL color Cylindrical-coordinate representation of color #82365B: hue angle of 330.79º 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 #82365B is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 91 -
CMYK 0 0.58 0.30 0.49
HSL 330.79º 0.41% 0.36% -
HSV(B) 330.79º 0.58% 0.51% -
XYZ 12.41 8.14 10.81 -
YUV 80.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 130 54 91 0 0.58 0.30 0.49 330.79 0.41 0.36
Hex 82 36 5B 0 3A 1E 31 14B 29 24
Octal 202 66 133 0 72 36 61 513 51 44
Binary 10000010 110110 1011011 0 111010 11110 110001 101001011 101001 100100

Color Harmonies of #82365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82365B

Black with #82365B

Text Example


Text Example

White with #82365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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