Html Css Color HEX #832662 Rose Bud Cherry

📋 copy color: '#832662'

red 131 ◦ green 38 ◦ blue 98

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

Shades of Rose Bud Cherry #832662

Tints of Rose Bud Cherry #832662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

 BLUE value IS 98 (38.67% from 255) = 36.7%

R = 49.06%
G = 14.23%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#832662 (or 0x832662) is known color: Rose Bud Cherry. HEX triplet: 83, 26 and 62. RGB value is (131,38,98). Sum of RGB (Red+Green+Blue) = 131+38+98=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #832662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832662 is #7CD99D. Grayscale: #484848. Windows color (decimal): -8182174 or 6432387. OLE color: 6432387.

HSL color Cylindrical-coordinate representation of color #832662: hue angle of 321.29º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832662 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 38 98 -
CMYK 0 0.71 0.25 0.49
HSL 321.29º 0.55% 0.33% -
HSV(B) 321.29º 0.71% 0.51% -
XYZ 12.26 7.09 12.28 -
YUV 72.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 131 38 98 0 0.71 0.25 0.49 321.29 0.55 0.33
Hex 83 26 62 0 47 19 31 141 37 21
Octal 203 46 142 0 107 31 61 501 67 41
Binary 10000011 100110 1100010 0 1000111 11001 110001 101000001 110111 100001

Color Harmonies of #832662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832662

Black with #832662

Text Example


Text Example

White with #832662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832662; }

 p { color: rgb(131,38,98); }

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

background-color css

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

 a { background-color: rgb(131,38,98); }

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

border-color css

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

 span { border-color: rgb(131,38,98); }

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