Html Css Color HEX #833053 Rose Bud Cherry

📋 copy color: '#833053'

red 131 ◦ green 48 ◦ blue 83

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

Shades of Rose Bud Cherry #833053

Tints of Rose Bud Cherry #833053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

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

R = 50%
G = 18.32%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#833053 (or 0x833053) is known color: Rose Bud Cherry. HEX triplet: 83, 30 and 53. RGB value is (131,48,83). Sum of RGB (Red+Green+Blue) = 131+48+83=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #833053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833053 is #7CCFAC. Grayscale: #4C4C4C. Windows color (decimal): -8179629 or 5451907. OLE color: 5451907.

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

Color convert

RGB 131 48 83 -
CMYK 0 0.63 0.37 0.49
HSL 334.7º 0.46% 0.35% -
HSV(B) 334.7º 0.63% 0.51% -
XYZ 11.98 7.56 9.01 -
YUV 76.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 131 48 83 0 0.63 0.37 0.49 334.7 0.46 0.35
Hex 83 30 53 0 3F 25 31 14F 2E 23
Octal 203 60 123 0 77 45 61 517 56 43
Binary 10000011 110000 1010011 0 111111 100101 110001 101001111 101110 100011

Color Harmonies of #833053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833053

Black with #833053

Text Example


Text Example

White with #833053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833053; }

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

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

background-color css

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

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

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

border-color css

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

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

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