Html Css Color HEX #83335B Rose Bud Cherry

📋 copy color: '#83335B'

red 131 ◦ green 51 ◦ blue 91

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

Shades of Rose Bud Cherry #83335B

Tints of Rose Bud Cherry #83335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 47.99%
G = 18.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83335B (or 0x83335B) is known color: Rose Bud Cherry. HEX triplet: 83, 33 and 5B. RGB value is (131,51,91). Sum of RGB (Red+Green+Blue) = 131+51+91=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83335B is #7CCCA4. Grayscale: #4F4F4F. Windows color (decimal): -8178853 or 5976963. OLE color: 5976963.

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

Color convert

RGB 131 51 91 -
CMYK 0 0.61 0.31 0.49
HSL 330º 0.44% 0.36% -
HSV(B) 330º 0.61% 0.51% -
XYZ 12.43 7.95 10.78 -
YUV 79.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 131 51 91 0 0.61 0.31 0.49 330 0.44 0.36
Hex 83 33 5B 0 3D 1F 31 14A 2C 24
Octal 203 63 133 0 75 37 61 512 54 44
Binary 10000011 110011 1011011 0 111101 11111 110001 101001010 101100 100100

Color Harmonies of #83335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83335B

Black with #83335B

Text Example


Text Example

White with #83335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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