Html Css Color HEX #833253 Rose Bud Cherry

📋 copy color: '#833253'

red 131 ◦ green 50 ◦ blue 83

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

Shades of Rose Bud Cherry #833253

Tints of Rose Bud Cherry #833253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 49.62%
G = 18.94%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#833253 (or 0x833253) is known color: Rose Bud Cherry. HEX triplet: 83, 32 and 53. RGB value is (131,50,83). Sum of RGB (Red+Green+Blue) = 131+50+83=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #833253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833253 is #7CCDAC. Grayscale: #4D4D4D. Windows color (decimal): -8179117 or 5452419. OLE color: 5452419.

HSL color Cylindrical-coordinate representation of color #833253: hue angle of 335.56º 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 #833253 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 83 -
CMYK 0 0.62 0.37 0.49
HSL 335.56º 0.45% 0.35% -
HSV(B) 335.56º 0.62% 0.51% -
XYZ 12.06 7.73 9.04 -
YUV 77.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 131 50 83 0 0.62 0.37 0.49 335.56 0.45 0.35
Hex 83 32 53 0 3E 25 31 150 2D 23
Octal 203 62 123 0 76 45 61 520 55 43
Binary 10000011 110010 1010011 0 111110 100101 110001 101010000 101101 100011

Color Harmonies of #833253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833253

Black with #833253

Text Example


Text Example

White with #833253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833253; }

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

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

background-color css

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

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

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

border-color css

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

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

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