Html Css Color HEX #83225A Rose Bud Cherry

📋 copy color: '#83225A'

red 131 ◦ green 34 ◦ blue 90

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

Shades of Rose Bud Cherry #83225A

Tints of Rose Bud Cherry #83225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 51.37%
G = 13.33%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83225A (or 0x83225A) is known color: Rose Bud Cherry. HEX triplet: 83, 22 and 5A. RGB value is (131,34,90). Sum of RGB (Red+Green+Blue) = 131+34+90=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83225A is #7CDDA5. Grayscale: #454545. Windows color (decimal): -8183206 or 5907075. OLE color: 5907075.

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

Color convert

RGB 131 34 90 -
CMYK 0 0.74 0.31 0.49
HSL 325.36º 0.59% 0.32% -
HSV(B) 325.36º 0.74% 0.51% -
XYZ 11.78 6.71 10.35 -
YUV 69.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 131 34 90 0 0.74 0.31 0.49 325.36 0.59 0.32
Hex 83 22 5A 0 4A 1F 31 145 3B 20
Octal 203 42 132 0 112 37 61 505 73 40
Binary 10000011 100010 1011010 0 1001010 11111 110001 101000101 111011 100000

Color Harmonies of #83225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83225A

Black with #83225A

Text Example


Text Example

White with #83225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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