Html Css Color HEX #593434 Van Cleef

📋 copy color: '#593434'

red 89 ◦ green 52 ◦ blue 52

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

Shades of Van Cleef #593434

Tints of Van Cleef #593434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 46.11%
G = 26.94%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#593434 (or 0x593434) is known color: Van Cleef. HEX triplet: 59, 34 and 34. RGB value is (89,52,52). Sum of RGB (Red+Green+Blue) = 89+52+52=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #593434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593434 is #A6CBCB. Grayscale: #3F3F3F. Windows color (decimal): -10931148 or 3421273. OLE color: 3421273.

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

Color convert

RGB 89 52 52 -
CMYK 0 0.42 0.42 0.65
HSL 0.26% 0.28% -
HSV(B) 0.42% 0.35% -
XYZ 5.97 4.83 3.87 -
YUV 63.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 89 52 52 0 0.42 0.42 0.65 0 0.26 0.28
Hex 59 34 34 0 2A 2A 41 0 1A 1C
Octal 131 64 64 0 52 52 101 0 32 34
Binary 1011001 110100 110100 0 101010 101010 1000001 0 11010 11100

Color Harmonies of #593434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593434

Black with #593434

Text Example


Text Example

White with #593434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593434; }

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

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

background-color css

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

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

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

border-color css

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

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

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