Html Css Color HEX #82235B Rose Bud Cherry

📋 copy color: '#82235B'

red 130 ◦ green 35 ◦ blue 91

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

Shades of Rose Bud Cherry #82235B

Tints of Rose Bud Cherry #82235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 50.78%
G = 13.67%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82235B (or 0x82235B) is known color: Rose Bud Cherry. HEX triplet: 82, 23 and 5B. RGB value is (130,35,91). Sum of RGB (Red+Green+Blue) = 130+35+91=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82235B is #7DDCA4. Grayscale: #454545. Windows color (decimal): -8248485 or 5972866. OLE color: 5972866.

HSL color Cylindrical-coordinate representation of color #82235B: hue angle of 324.63º 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 #82235B is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 91 -
CMYK 0 0.73 0.30 0.49
HSL 324.63º 0.58% 0.32% -
HSV(B) 324.63º 0.73% 0.51% -
XYZ 11.7 6.7 10.57 -
YUV 69.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 130 35 91 0 0.73 0.30 0.49 324.63 0.58 0.32
Hex 82 23 5B 0 49 1E 31 145 3A 20
Octal 202 43 133 0 111 36 61 505 72 40
Binary 10000010 100011 1011011 0 1001001 11110 110001 101000101 111010 100000

Color Harmonies of #82235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82235B

Black with #82235B

Text Example


Text Example

White with #82235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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