Html Css Color HEX #553939 Van Cleef

📋 copy color: '#553939'

red 85 ◦ green 57 ◦ blue 57

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

Shades of Van Cleef #553939

Tints of Van Cleef #553939

RGB

 RED value IS 85 (33.59% from 255) = 42.71%

 GREEN value IS 57 (22.66% from 255) = 28.64%

 BLUE value IS 57 (22.66% from 255) = 28.64%

R = 42.71%
G = 28.64%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#553939 (or 0x553939) is known color: Van Cleef. HEX triplet: 55, 39 and 39. RGB value is (85,57,57). Sum of RGB (Red+Green+Blue) = 85+57+57=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #553939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553939 is #AAC6C6. Grayscale: #414141. Windows color (decimal): -11192007 or 3750229. OLE color: 3750229.

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

Color convert

RGB 85 57 57 -
CMYK 0 0.33 0.33 0.67
HSL 0.2% 0.28% -
HSV(B) 0.33% 0.33% -
XYZ 5.95 5.15 4.55 -
YUV 65.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 85 57 57 0 0.33 0.33 0.67 0 0.2 0.28
Hex 55 39 39 0 21 21 43 0 14 1C
Octal 125 71 71 0 41 41 103 0 24 34
Binary 1010101 111001 111001 0 100001 100001 1000011 0 10100 11100

Color Harmonies of #553939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553939

Black with #553939

Text Example


Text Example

White with #553939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553939; }

 p { color: rgb(85,57,57); }

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

background-color css

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

 a { background-color: rgb(85,57,57); }

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

border-color css

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

 span { border-color: rgb(85,57,57); }

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