Html Css Color HEX #83224E Rose Bud Cherry

📋 copy color: '#83224E'

red 131 ◦ green 34 ◦ blue 78

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

Shades of Rose Bud Cherry #83224E

Tints of Rose Bud Cherry #83224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 53.91%
G = 13.99%
B = 32.1%

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

#83224E (or 0x83224E) is known color: Rose Bud Cherry. HEX triplet: 83, 22 and 4E. RGB value is (131,34,78). Sum of RGB (Red+Green+Blue) = 131+34+78=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83224E is #7CDDB1. Grayscale: #434343. Windows color (decimal): -8183218 or 5120643. OLE color: 5120643.

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

Color convert

RGB 131 34 78 -
CMYK 0 0.74 0.40 0.49
HSL 332.78º 0.59% 0.32% -
HSV(B) 332.78º 0.74% 0.51% -
XYZ 11.31 6.52 7.87 -
YUV 68.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 131 34 78 0 0.74 0.40 0.49 332.78 0.59 0.32
Hex 83 22 4E 0 4A 28 31 14D 3B 20
Octal 203 42 116 0 112 50 61 515 73 40
Binary 10000011 100010 1001110 0 1001010 101000 110001 101001101 111011 100000

Color Harmonies of #83224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83224E

Black with #83224E

Text Example


Text Example

White with #83224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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