Html Css Color HEX #833360 Rose Bud Cherry

📋 copy color: '#833360'

red 131 ◦ green 51 ◦ blue 96

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

Shades of Rose Bud Cherry #833360

Tints of Rose Bud Cherry #833360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 47.12%
G = 18.35%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#833360 (or 0x833360) is known color: Rose Bud Cherry. HEX triplet: 83, 33 and 60. RGB value is (131,51,96). Sum of RGB (Red+Green+Blue) = 131+51+96=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #833360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833360 is #7CCC9F. Grayscale: #4F4F4F. Windows color (decimal): -8178848 or 6304643. OLE color: 6304643.

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

Color convert

RGB 131 51 96 -
CMYK 0 0.61 0.27 0.49
HSL 326.25º 0.44% 0.36% -
HSV(B) 326.25º 0.61% 0.51% -
XYZ 12.66 8.04 11.95 -
YUV 80.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 131 51 96 0 0.61 0.27 0.49 326.25 0.44 0.36
Hex 83 33 60 0 3D 1B 31 146 2C 24
Octal 203 63 140 0 75 33 61 506 54 44
Binary 10000011 110011 1100000 0 111101 11011 110001 101000110 101100 100100

Color Harmonies of #833360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833360

Black with #833360

Text Example


Text Example

White with #833360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833360; }

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

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

background-color css

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

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

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

border-color css

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

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

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