Html Css Color HEX #83335C Rose Bud Cherry

📋 copy color: '#83335C'

red 131 ◦ green 51 ◦ blue 92

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

Shades of Rose Bud Cherry #83335C

Tints of Rose Bud Cherry #83335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 47.81%
G = 18.61%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83335C (or 0x83335C) is known color: Rose Bud Cherry. HEX triplet: 83, 33 and 5C. RGB value is (131,51,92). Sum of RGB (Red+Green+Blue) = 131+51+92=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83335C is #7CCCA3. Grayscale: #4F4F4F. Windows color (decimal): -8178852 or 6042499. OLE color: 6042499.

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

Color convert

RGB 131 51 92 -
CMYK 0 0.61 0.30 0.49
HSL 329.25º 0.44% 0.36% -
HSV(B) 329.25º 0.61% 0.51% -
XYZ 12.48 7.97 11.01 -
YUV 79.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 131 51 92 0 0.61 0.30 0.49 329.25 0.44 0.36
Hex 83 33 5C 0 3D 1E 31 149 2C 24
Octal 203 63 134 0 75 36 61 511 54 44
Binary 10000011 110011 1011100 0 111101 11110 110001 101001001 101100 100100

Color Harmonies of #83335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83335C

Black with #83335C

Text Example


Text Example

White with #83335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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