Html Css Color HEX #83224F Rose Bud Cherry

📋 copy color: '#83224F'

red 131 ◦ green 34 ◦ blue 79

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

Shades of Rose Bud Cherry #83224F

Tints of Rose Bud Cherry #83224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 53.69%
G = 13.93%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83224F (or 0x83224F) is known color: Rose Bud Cherry. HEX triplet: 83, 22 and 4F. RGB value is (131,34,79). Sum of RGB (Red+Green+Blue) = 131+34+79=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83224F is #7CDDB0. Grayscale: #444444. Windows color (decimal): -8183217 or 5186179. OLE color: 5186179.

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

Color convert

RGB 131 34 79 -
CMYK 0 0.74 0.40 0.49
HSL 332.16º 0.59% 0.32% -
HSV(B) 332.16º 0.74% 0.51% -
XYZ 11.34 6.53 8.06 -
YUV 68.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 131 34 79 0 0.74 0.40 0.49 332.16 0.59 0.32
Hex 83 22 4F 0 4A 28 31 14C 3B 20
Octal 203 42 117 0 112 50 61 514 73 40
Binary 10000011 100010 1001111 0 1001010 101000 110001 101001100 111011 100000

Color Harmonies of #83224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83224F

Black with #83224F

Text Example


Text Example

White with #83224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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