#583434

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

Shades of Van Cleef #583434

Tints of Van Cleef #583434

Color information

#583434 (or 0x583434) is unknown color: approx Van Cleef. HEX triplet: 58, 34 and 34. RGB value is (88,52,52). Sum of RGB (Red+Green+Blue) = 88+52+52=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #583434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583434 is #A7CBCB. Grayscale: #3E3E3E. Windows color (decimal): -10996684 or 3421272. OLE color: 3421272.

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

Color convert

RGB885252-
CMYK00.410.410.65
HSL25.71%27.45%-
HSV(B)40.91%34.51%-
XYZ5.874.783.86-
YUV62.76121.93146-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=45.83%
G=27.08%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88525200.410.410.65025.7127.45
Hex583434029294101a1b
Octal13064640515110103233
Binary10110001101001101000101001101001100000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583434; }

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

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

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

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

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

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

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

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