Html Css Color HEX #82235D Rose Bud Cherry

📋 copy color: '#82235D'

red 130 ◦ green 35 ◦ blue 93

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

Shades of Rose Bud Cherry #82235D

Tints of Rose Bud Cherry #82235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 50.39%
G = 13.57%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82235D (or 0x82235D) is known color: Rose Bud Cherry. HEX triplet: 82, 23 and 5D. RGB value is (130,35,93). Sum of RGB (Red+Green+Blue) = 130+35+93=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82235D is #7DDCA2. Grayscale: #454545. Windows color (decimal): -8248483 or 6103938. OLE color: 6103938.

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

Color convert

RGB 130 35 93 -
CMYK 0 0.73 0.28 0.49
HSL 323.37º 0.58% 0.32% -
HSV(B) 323.37º 0.73% 0.51% -
XYZ 11.78 6.74 11.04 -
YUV 70.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 130 35 93 0 0.73 0.28 0.49 323.37 0.58 0.32
Hex 82 23 5D 0 49 1C 31 143 3A 20
Octal 202 43 135 0 111 34 61 503 72 40
Binary 10000010 100011 1011101 0 1001001 11100 110001 101000011 111010 100000

Color Harmonies of #82235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82235D

Black with #82235D

Text Example


Text Example

White with #82235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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