Html Css Color HEX #833366 Rose Bud Cherry

📋 copy color: '#833366'

red 131 ◦ green 51 ◦ blue 102

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

Shades of Rose Bud Cherry #833366

Tints of Rose Bud Cherry #833366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 46.13%
G = 17.96%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#833366 (or 0x833366) is known color: Rose Bud Cherry. HEX triplet: 83, 33 and 66. RGB value is (131,51,102). Sum of RGB (Red+Green+Blue) = 131+51+102=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #833366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833366 is #7CCC99. Grayscale: #505050. Windows color (decimal): -8178842 or 6697859. OLE color: 6697859.

HSL color Cylindrical-coordinate representation of color #833366: hue angle of 321.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833366 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 51 102 -
CMYK 0 0.61 0.22 0.49
HSL 321.75º 0.44% 0.36% -
HSV(B) 321.75º 0.61% 0.51% -
XYZ 12.94 8.15 13.46 -
YUV 80.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 131 51 102 0 0.61 0.22 0.49 321.75 0.44 0.36
Hex 83 33 66 0 3D 16 31 142 2C 24
Octal 203 63 146 0 75 26 61 502 54 44
Binary 10000011 110011 1100110 0 111101 10110 110001 101000010 101100 100100

Color Harmonies of #833366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833366

Black with #833366

Text Example


Text Example

White with #833366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833366; }

 p { color: rgb(131,51,102); }

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

background-color css

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

 a { background-color: rgb(131,51,102); }

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

border-color css

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

 span { border-color: rgb(131,51,102); }

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