#573a3a

Color #573A3A Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #573A3A

Tints of Van Cleef #573A3A

Color information

#573A3A (or 0x573A3A) is unknown color: approx Van Cleef. HEX triplet: 57, 3A and 3A. RGB value is (87,58,58). Sum of RGB (Red+Green+Blue) = 87+58+58=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #573A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A3A is #A8C5C5. Grayscale: #424242. Windows color (decimal): -11060678 or 3816023. OLE color: 3816023.

HSL color Cylindrical-coordinate representation of color #573A3A: hue angle of 0º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #573A3A is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB875858-
CMYK00.330.330.66
HSL20%28.43%-
HSV(B)33.33%34.12%-
XYZ6.215.364.71-
YUV66.67123.11142.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87585800.330.330.6602028.43
Hex573A3A02121420141c
Octal12772720414110202434
Binary10101111110101110100100001100001100001001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573a3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573a3a; }

 p { color: rgb(87,58,58); }

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

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

 a { background-color: rgb(87,58,58); }

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

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

 span { border-color: rgb(87,58,58); }

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