Html Css Color HEX #82365C Rose Bud Cherry

📋 copy color: '#82365C'

red 130 ◦ green 54 ◦ blue 92

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

Shades of Rose Bud Cherry #82365C

Tints of Rose Bud Cherry #82365C

RGB

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

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

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

R = 47.1%
G = 19.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82365C (or 0x82365C) is known color: Rose Bud Cherry. HEX triplet: 82, 36 and 5C. RGB value is (130,54,92). Sum of RGB (Red+Green+Blue) = 130+54+92=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82365C is #7DC9A3. Grayscale: #505050. Windows color (decimal): -8243620 or 6043266. OLE color: 6043266.

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

Color convert

RGB 130 54 92 -
CMYK 0 0.58 0.29 0.49
HSL 330º 0.41% 0.36% -
HSV(B) 330º 0.58% 0.51% -
XYZ 12.46 8.16 11.04 -
YUV 81.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 130 54 92 0 0.58 0.29 0.49 330 0.41 0.36
Hex 82 36 5C 0 3A 1D 31 14A 29 24
Octal 202 66 134 0 72 35 61 512 51 44
Binary 10000010 110110 1011100 0 111010 11101 110001 101001010 101001 100100

Color Harmonies of #82365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82365C

Black with #82365C

Text Example


Text Example

White with #82365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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