Html Css Color HEX #833152 Rose Bud Cherry

📋 copy color: '#833152'

red 131 ◦ green 49 ◦ blue 82

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

Shades of Rose Bud Cherry #833152

Tints of Rose Bud Cherry #833152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

 BLUE value IS 82 (32.42% from 255) = 31.3%

R = 50%
G = 18.7%
B = 31.3%

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

#833152 (or 0x833152) is known color: Rose Bud Cherry. HEX triplet: 83, 31 and 52. RGB value is (131,49,82). Sum of RGB (Red+Green+Blue) = 131+49+82=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #833152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833152 is #7CCEAD. Grayscale: #4D4D4D. Windows color (decimal): -8179374 or 5386627. OLE color: 5386627.

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

Color convert

RGB 131 49 82 -
CMYK 0 0.63 0.37 0.49
HSL 335.85º 0.46% 0.35% -
HSV(B) 335.85º 0.63% 0.51% -
XYZ 11.98 7.63 8.82 -
YUV 77.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 131 49 82 0 0.63 0.37 0.49 335.85 0.46 0.35
Hex 83 31 52 0 3F 25 31 150 2E 23
Octal 203 61 122 0 77 45 61 520 56 43
Binary 10000011 110001 1010010 0 111111 100101 110001 101010000 101110 100011

Color Harmonies of #833152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833152

Black with #833152

Text Example


Text Example

White with #833152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833152; }

 p { color: rgb(131,49,82); }

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

background-color css

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

 a { background-color: rgb(131,49,82); }

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

border-color css

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

 span { border-color: rgb(131,49,82); }

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