Html Css Color HEX #83365E Rose Bud Cherry

📋 copy color: '#83365E'

red 131 ◦ green 54 ◦ blue 94

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

Shades of Rose Bud Cherry #83365E

Tints of Rose Bud Cherry #83365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

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

R = 46.95%
G = 19.35%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83365E (or 0x83365E) is known color: Rose Bud Cherry. HEX triplet: 83, 36 and 5E. RGB value is (131,54,94). Sum of RGB (Red+Green+Blue) = 131+54+94=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83365E is #7CC9A1. Grayscale: #515151. Windows color (decimal): -8178082 or 6174339. OLE color: 6174339.

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

Color convert

RGB 131 54 94 -
CMYK 0 0.59 0.28 0.49
HSL 328.83º 0.42% 0.36% -
HSV(B) 328.83º 0.59% 0.51% -
XYZ 12.7 8.27 11.52 -
YUV 81.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 131 54 94 0 0.59 0.28 0.49 328.83 0.42 0.36
Hex 83 36 5E 0 3B 1C 31 149 2A 24
Octal 203 66 136 0 73 34 61 511 52 44
Binary 10000011 110110 1011110 0 111011 11100 110001 101001001 101010 100100

Color Harmonies of #83365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83365E

Black with #83365E

Text Example


Text Example

White with #83365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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