Html Css Color HEX #83385E Rose Bud Cherry

📋 copy color: '#83385E'

red 131 ◦ green 56 ◦ blue 94

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

Shades of Rose Bud Cherry #83385E

Tints of Rose Bud Cherry #83385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 46.62%
G = 19.93%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83385E (or 0x83385E) is known color: Rose Bud Cherry. HEX triplet: 83, 38 and 5E. RGB value is (131,56,94). Sum of RGB (Red+Green+Blue) = 131+56+94=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #83385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83385E is #7CC7A1. Grayscale: #525252. Windows color (decimal): -8177570 or 6174851. OLE color: 6174851.

HSL color Cylindrical-coordinate representation of color #83385E: hue angle of 329.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83385E is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 94 -
CMYK 0 0.57 0.28 0.49
HSL 329.6º 0.4% 0.37% -
HSV(B) 329.6º 0.57% 0.51% -
XYZ 12.79 8.46 11.55 -
YUV 82.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 131 56 94 0 0.57 0.28 0.49 329.6 0.4 0.37
Hex 83 38 5E 0 39 1C 31 14A 28 25
Octal 203 70 136 0 71 34 61 512 50 45
Binary 10000011 111000 1011110 0 111001 11100 110001 101001010 101000 100101

Color Harmonies of #83385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83385E

Black with #83385E

Text Example


Text Example

White with #83385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83385E; }

 p { color: rgb(131,56,94); }

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

background-color css

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

 a { background-color: rgb(131,56,94); }

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

border-color css

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

 span { border-color: rgb(131,56,94); }

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