Html Css Color HEX #593A3A Van Cleef

📋 copy color: '#593A3A'

red 89 ◦ green 58 ◦ blue 58

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

Shades of Van Cleef #593A3A

Tints of Van Cleef #593A3A

RGB

 RED value IS 89 (35.16% from 255) = 43.41%

 GREEN value IS 58 (23.05% from 255) = 28.29%

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 43.41%
G = 28.29%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#593A3A (or 0x593A3A) is known color: Van Cleef. HEX triplet: 59, 3A and 3A. RGB value is (89,58,58). Sum of RGB (Red+Green+Blue) = 89+58+58=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #593A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593A3A is #A6C5C5. Grayscale: #434343. Windows color (decimal): -10929606 or 3816025. OLE color: 3816025.

HSL color Cylindrical-coordinate representation of color #593A3A: hue angle of 0º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #593A3A is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 58 58 -
CMYK 0 0.35 0.35 0.65
HSL 0.21% 0.29% -
HSV(B) 0.35% 0.35% -
XYZ 6.4 5.46 4.72 -
YUV 67.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 89 58 58 0 0.35 0.35 0.65 0 0.21 0.29
Hex 59 3A 3A 0 23 23 41 0 15 1D
Octal 131 72 72 0 43 43 101 0 25 35
Binary 1011001 111010 111010 0 100011 100011 1000001 0 10101 11101

Color Harmonies of #593A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A3A

Black with #593A3A

Text Example


Text Example

White with #593A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593A3A; }

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

 H1.HeaderClassName
 {
   color: #593A3A;
 }
 .AnyTagClassName
 {
   color: #593A3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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