Html Css Color HEX #82335E Rose Bud Cherry

📋 copy color: '#82335E'

red 130 ◦ green 51 ◦ blue 94

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

Shades of Rose Bud Cherry #82335E

Tints of Rose Bud Cherry #82335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 47.27%
G = 18.55%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82335E (or 0x82335E) is known color: Rose Bud Cherry. HEX triplet: 82, 33 and 5E. RGB value is (130,51,94). Sum of RGB (Red+Green+Blue) = 130+51+94=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82335E is #7DCCA1. Grayscale: #4F4F4F. Windows color (decimal): -8244386 or 6173570. OLE color: 6173570.

HSL color Cylindrical-coordinate representation of color #82335E: hue angle of 327.34º 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 #82335E is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 94 -
CMYK 0 0.61 0.28 0.49
HSL 327.34º 0.44% 0.35% -
HSV(B) 327.34º 0.61% 0.51% -
XYZ 12.41 7.92 11.46 -
YUV 79.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 130 51 94 0 0.61 0.28 0.49 327.34 0.44 0.35
Hex 82 33 5E 0 3D 1C 31 147 2C 23
Octal 202 63 136 0 75 34 61 507 54 43
Binary 10000010 110011 1011110 0 111101 11100 110001 101000111 101100 100011

Color Harmonies of #82335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82335E

Black with #82335E

Text Example


Text Example

White with #82335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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