Html Css Color HEX #82385D Rose Bud Cherry

📋 copy color: '#82385D'

red 130 ◦ green 56 ◦ blue 93

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

Shades of Rose Bud Cherry #82385D

Tints of Rose Bud Cherry #82385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

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

R = 46.59%
G = 20.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82385D (or 0x82385D) is known color: Rose Bud Cherry. HEX triplet: 82, 38 and 5D. RGB value is (130,56,93). Sum of RGB (Red+Green+Blue) = 130+56+93=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82385D is #7DC7A2. Grayscale: #525252. Windows color (decimal): -8243107 or 6109314. OLE color: 6109314.

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

Color convert

RGB 130 56 93 -
CMYK 0 0.57 0.28 0.49
HSL 330º 0.4% 0.36% -
HSV(B) 330º 0.57% 0.51% -
XYZ 12.6 8.36 11.31 -
YUV 82.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 130 56 93 0 0.57 0.28 0.49 330 0.4 0.36
Hex 82 38 5D 0 39 1C 31 14A 28 24
Octal 202 70 135 0 71 34 61 512 50 44
Binary 10000010 111000 1011101 0 111001 11100 110001 101001010 101000 100100

Color Harmonies of #82385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82385D

Black with #82385D

Text Example


Text Example

White with #82385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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