Html Css Color HEX #83385C Rose Bud Cherry

📋 copy color: '#83385C'

red 131 ◦ green 56 ◦ blue 92

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

Shades of Rose Bud Cherry #83385C

Tints of Rose Bud Cherry #83385C

RGB

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

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

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

R = 46.95%
G = 20.07%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83385C (or 0x83385C) is known color: Rose Bud Cherry. HEX triplet: 83, 38 and 5C. RGB value is (131,56,92). Sum of RGB (Red+Green+Blue) = 131+56+92=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83385C is #7CC7A3. Grayscale: #525252. Windows color (decimal): -8177572 or 6043779. OLE color: 6043779.

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

Color convert

RGB 131 56 92 -
CMYK 0 0.57 0.30 0.49
HSL 331.2º 0.4% 0.37% -
HSV(B) 331.2º 0.57% 0.51% -
XYZ 12.71 8.43 11.08 -
YUV 82.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 131 56 92 0 0.57 0.30 0.49 331.2 0.4 0.37
Hex 83 38 5C 0 39 1E 31 14B 28 25
Octal 203 70 134 0 71 36 61 513 50 45
Binary 10000011 111000 1011100 0 111001 11110 110001 101001011 101000 100101

Color Harmonies of #83385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83385C

Black with #83385C

Text Example


Text Example

White with #83385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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