Html Css Color HEX #552B3A Black Rose

📋 copy color: '#552B3A'

red 85 ◦ green 43 ◦ blue 58

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

Shades of Black Rose #552B3A

Tints of Black Rose #552B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.12%

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

R = 45.7%
G = 23.12%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#552B3A (or 0x552B3A) is known color: Black Rose. HEX triplet: 55, 2B and 3A. RGB value is (85,43,58). Sum of RGB (Red+Green+Blue) = 85+43+58=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B3A is #AAD4C5. Grayscale: #393939. Windows color (decimal): -11195590 or 3812181. OLE color: 3812181.

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

Color convert

RGB 85 43 58 -
CMYK 0 0.49 0.32 0.67
HSL 338.57º 0.33% 0.25% -
HSV(B) 338.57º 0.49% 0.33% -
XYZ 5.37 3.96 4.48 -
YUV 57.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 85 43 58 0 0.49 0.32 0.67 338.57 0.33 0.25
Hex 55 2B 3A 0 31 20 43 153 21 19
Octal 125 53 72 0 61 40 103 523 41 31
Binary 1010101 101011 111010 0 110001 100000 1000011 101010011 100001 11001

Color Harmonies of #552B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B3A

Black with #552B3A

Text Example


Text Example

White with #552B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,58); }

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

background-color css

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

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

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

border-color css

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

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

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