Html Css Color HEX #552D36 Wine Berry

📋 copy color: '#552D36'

red 85 ◦ green 45 ◦ blue 54

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

Shades of Wine Berry #552D36

Tints of Wine Berry #552D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.46%

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 46.2%
G = 24.46%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#552D36 (or 0x552D36) is known color: Wine Berry. HEX triplet: 55, 2D and 36. RGB value is (85,45,54). Sum of RGB (Red+Green+Blue) = 85+45+54=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #552D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D36 is #AAD2C9. Grayscale: #393939. Windows color (decimal): -11195082 or 3550549. OLE color: 3550549.

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

Color convert

RGB 85 45 54 -
CMYK 0 0.47 0.36 0.67
HSL 346.5º 0.31% 0.25% -
HSV(B) 346.5º 0.47% 0.33% -
XYZ 5.35 4.07 3.99 -
YUV 57.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 85 45 54 0 0.47 0.36 0.67 346.5 0.31 0.25
Hex 55 2D 36 0 2F 24 43 15A 1F 19
Octal 125 55 66 0 57 44 103 532 37 31
Binary 1010101 101101 110110 0 101111 100100 1000011 101011010 11111 11001

Color Harmonies of #552D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D36

Black with #552D36

Text Example


Text Example

White with #552D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552D36; }

 p { color: rgb(85,45,54); }

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

background-color css

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

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

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

border-color css

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

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

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