Html Css Color HEX #833464 Rose Bud Cherry

📋 copy color: '#833464'

red 131 ◦ green 52 ◦ blue 100

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

Shades of Rose Bud Cherry #833464

Tints of Rose Bud Cherry #833464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 46.29%
G = 18.37%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#833464 (or 0x833464) is known color: Rose Bud Cherry. HEX triplet: 83, 34 and 64. RGB value is (131,52,100). Sum of RGB (Red+Green+Blue) = 131+52+100=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #833464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833464 is #7CCB9B. Grayscale: #505050. Windows color (decimal): -8178588 or 6567043. OLE color: 6567043.

HSL color Cylindrical-coordinate representation of color #833464: hue angle of 323.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833464 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 52 100 -
CMYK 0 0.60 0.24 0.49
HSL 323.54º 0.43% 0.36% -
HSV(B) 323.54º 0.6% 0.51% -
XYZ 12.89 8.2 12.96 -
YUV 81.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 131 52 100 0 0.60 0.24 0.49 323.54 0.43 0.36
Hex 83 34 64 0 3C 18 31 144 2B 24
Octal 203 64 144 0 74 30 61 504 53 44
Binary 10000011 110100 1100100 0 111100 11000 110001 101000100 101011 100100

Color Harmonies of #833464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833464

Black with #833464

Text Example


Text Example

White with #833464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833464; }

 p { color: rgb(131,52,100); }

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

background-color css

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

 a { background-color: rgb(131,52,100); }

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

border-color css

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

 span { border-color: rgb(131,52,100); }

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