Html Css Color HEX #833255 Rose Bud Cherry

📋 copy color: '#833255'

red 131 ◦ green 50 ◦ blue 85

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

Shades of Rose Bud Cherry #833255

Tints of Rose Bud Cherry #833255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 49.25%
G = 18.8%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#833255 (or 0x833255) is known color: Rose Bud Cherry. HEX triplet: 83, 32 and 55. RGB value is (131,50,85). Sum of RGB (Red+Green+Blue) = 131+50+85=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #833255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833255 is #7CCDAA. Grayscale: #4E4E4E. Windows color (decimal): -8179115 or 5583491. OLE color: 5583491.

HSL color Cylindrical-coordinate representation of color #833255: hue angle of 334.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833255 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 85 -
CMYK 0 0.62 0.35 0.49
HSL 334.07º 0.45% 0.35% -
HSV(B) 334.07º 0.62% 0.51% -
XYZ 12.14 7.76 9.45 -
YUV 78.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 131 50 85 0 0.62 0.35 0.49 334.07 0.45 0.35
Hex 83 32 55 0 3E 23 31 14E 2D 23
Octal 203 62 125 0 76 43 61 516 55 43
Binary 10000011 110010 1010101 0 111110 100011 110001 101001110 101101 100011

Color Harmonies of #833255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833255

Black with #833255

Text Example


Text Example

White with #833255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833255; }

 p { color: rgb(131,50,85); }

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

background-color css

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

 a { background-color: rgb(131,50,85); }

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

border-color css

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

 span { border-color: rgb(131,50,85); }

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