#FF8385

Color #FF8385 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FF8385

Tints of Wewak #FF8385

Color information

#FF8385 (or 0xFF8385) is unknown color: approx Wewak. HEX triplet: FF, 83 and 85. RGB value is (255,131,133). Sum of RGB (Red+Green+Blue) = 255+131+133=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8385 is #007C7A. Grayscale: #A8A8A8. Windows color (decimal): -31867 or 8750079. OLE color: 8750079.

HSL color Cylindrical-coordinate representation of color #FF8385: hue angle of 359.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8385 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255131133-
CMYK00.490.480
HSL359.03º100%75.69%-
HSV(B)359.03º48.63%100%-
XYZ53.5939.1926.93-
YUV168.3108.08189.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=49.13%
G=25.24%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513113300.490.480359.0310075.69
HexFF8385031300167644c
Octal377203205061600547144114
Binary1111111110000011100001010110001110000010110011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8385; }

 p { color: rgb(255,131,133); }

 H1.HeaderClassName
 {
   color: #FF8385;
 }
 .AnyTagClassName
 {
   color: #FF8385;
 }
</style>
background-color css

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

 a { background-color: rgb(255,131,133); }

 div.DivClassName
 {
   background-color: #FF8385;
 }
 .BgClassName
 {
   background-color: #FF8385;
 }
</style>
border-color css

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

 span { border-color: rgb(255,131,133); }

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