Html Css Color HEX #82235F Rose Bud Cherry

📋 copy color: '#82235F'

red 130 ◦ green 35 ◦ blue 95

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

Shades of Rose Bud Cherry #82235F

Tints of Rose Bud Cherry #82235F

RGB

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

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

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

R = 50%
G = 13.46%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82235F (or 0x82235F) is known color: Rose Bud Cherry. HEX triplet: 82, 23 and 5F. RGB value is (130,35,95). Sum of RGB (Red+Green+Blue) = 130+35+95=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82235F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82235F is #7DDCA0. Grayscale: #464646. Windows color (decimal): -8248481 or 6235010. OLE color: 6235010.

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

Color convert

RGB 130 35 95 -
CMYK 0 0.73 0.27 0.49
HSL 322.11º 0.58% 0.32% -
HSV(B) 322.11º 0.73% 0.51% -
XYZ 11.87 6.77 11.51 -
YUV 70.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 130 35 95 0 0.73 0.27 0.49 322.11 0.58 0.32
Hex 82 23 5F 0 49 1B 31 142 3A 20
Octal 202 43 137 0 111 33 61 502 72 40
Binary 10000010 100011 1011111 0 1001001 11011 110001 101000010 111010 100000

Color Harmonies of #82235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82235F

Black with #82235F

Text Example


Text Example

White with #82235F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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