Html Css Color HEX #82245D Rose Bud Cherry

📋 copy color: '#82245D'

red 130 ◦ green 36 ◦ blue 93

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

Shades of Rose Bud Cherry #82245D

Tints of Rose Bud Cherry #82245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

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

R = 50.19%
G = 13.9%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82245D (or 0x82245D) is known color: Rose Bud Cherry. HEX triplet: 82, 24 and 5D. RGB value is (130,36,93). Sum of RGB (Red+Green+Blue) = 130+36+93=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82245D is #7DDBA2. Grayscale: #464646. Windows color (decimal): -8248227 or 6104194. OLE color: 6104194.

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

Color convert

RGB 130 36 93 -
CMYK 0 0.72 0.28 0.49
HSL 323.62º 0.57% 0.33% -
HSV(B) 323.62º 0.72% 0.51% -
XYZ 11.81 6.8 11.05 -
YUV 70.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 130 36 93 0 0.72 0.28 0.49 323.62 0.57 0.33
Hex 82 24 5D 0 48 1C 31 144 39 21
Octal 202 44 135 0 110 34 61 504 71 41
Binary 10000010 100100 1011101 0 1001000 11100 110001 101000100 111001 100001

Color Harmonies of #82245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82245D

Black with #82245D

Text Example


Text Example

White with #82245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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