Html Css Color HEX #83225C Rose Bud Cherry

📋 copy color: '#83225C'

red 131 ◦ green 34 ◦ blue 92

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

Shades of Rose Bud Cherry #83225C

Tints of Rose Bud Cherry #83225C

RGB

 RED value IS 131 (51.56% from 255) = 50.97%

 GREEN value IS 34 (13.67% from 255) = 13.23%

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 50.97%
G = 13.23%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83225C (or 0x83225C) is known color: Rose Bud Cherry. HEX triplet: 83, 22 and 5C. RGB value is (131,34,92). Sum of RGB (Red+Green+Blue) = 131+34+92=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #83225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83225C is #7CDDA3. Grayscale: #454545. Windows color (decimal): -8183204 or 6038147. OLE color: 6038147.

HSL color Cylindrical-coordinate representation of color #83225C: hue angle of 324.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83225C is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 92 -
CMYK 0 0.74 0.30 0.49
HSL 324.12º 0.59% 0.32% -
HSV(B) 324.12º 0.74% 0.51% -
XYZ 11.86 6.74 10.8 -
YUV 69.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 131 34 92 0 0.74 0.30 0.49 324.12 0.59 0.32
Hex 83 22 5C 0 4A 1E 31 144 3B 20
Octal 203 42 134 0 112 36 61 504 73 40
Binary 10000011 100010 1011100 0 1001010 11110 110001 101000100 111011 100000

Color Harmonies of #83225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83225C

Black with #83225C

Text Example


Text Example

White with #83225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83225C; }

 p { color: rgb(131,34,92); }

 H1.HeaderClassName
 {
   color: #83225C;
 }
 .AnyTagClassName
 {
   color: #83225C;
 }
</style>

background-color css

<style>
 a { background-color: #83225C; }

 a { background-color: rgb(131,34,92); }

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

border-color css

<style>
 span { border-color: #83225C; }

 span { border-color: rgb(131,34,92); }

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