Html Css Color HEX #82335F Rose Bud Cherry

📋 copy color: '#82335F'

red 130 ◦ green 51 ◦ blue 95

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

Shades of Rose Bud Cherry #82335F

Tints of Rose Bud Cherry #82335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 47.1%
G = 18.48%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82335F (or 0x82335F) is known color: Rose Bud Cherry. HEX triplet: 82, 33 and 5F. RGB value is (130,51,95). Sum of RGB (Red+Green+Blue) = 130+51+95=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82335F is #7DCCA0. Grayscale: #4F4F4F. Windows color (decimal): -8244385 or 6239106. OLE color: 6239106.

HSL color Cylindrical-coordinate representation of color #82335F: hue angle of 326.58º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82335F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 95 -
CMYK 0 0.61 0.27 0.49
HSL 326.58º 0.44% 0.35% -
HSV(B) 326.58º 0.61% 0.51% -
XYZ 12.46 7.94 11.7 -
YUV 79.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 130 51 95 0 0.61 0.27 0.49 326.58 0.44 0.35
Hex 82 33 5F 0 3D 1B 31 147 2C 23
Octal 202 63 137 0 75 33 61 507 54 43
Binary 10000010 110011 1011111 0 111101 11011 110001 101000111 101100 100011

Color Harmonies of #82335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82335F

Black with #82335F

Text Example


Text Example

White with #82335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82335F; }

 p { color: rgb(130,51,95); }

 H1.HeaderClassName
 {
   color: #82335F;
 }
 .AnyTagClassName
 {
   color: #82335F;
 }
</style>

background-color css

<style>
 a { background-color: #82335F; }

 a { background-color: rgb(130,51,95); }

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

border-color css

<style>
 span { border-color: #82335F; }

 span { border-color: rgb(130,51,95); }

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