Html Css Color HEX #552B37 Black Rose

📋 copy color: '#552B37'

red 85 ◦ green 43 ◦ blue 55

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

Shades of Black Rose #552B37

Tints of Black Rose #552B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.05%

R = 46.45%
G = 23.5%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#552B37 (or 0x552B37) is known color: Black Rose. HEX triplet: 55, 2B and 37. RGB value is (85,43,55). Sum of RGB (Red+Green+Blue) = 85+43+55=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B37 is #AAD4C8. Grayscale: #383838. Windows color (decimal): -11195593 or 3615573. OLE color: 3615573.

HSL color Cylindrical-coordinate representation of color #552B37: hue angle of 342.86º 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 #552B37 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 43 55 -
CMYK 0 0.49 0.35 0.67
HSL 342.86º 0.33% 0.25% -
HSV(B) 342.86º 0.49% 0.33% -
XYZ 5.3 3.93 4.09 -
YUV 56.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 85 43 55 0 0.49 0.35 0.67 342.86 0.33 0.25
Hex 55 2B 37 0 31 23 43 157 21 19
Octal 125 53 67 0 61 43 103 527 41 31
Binary 1010101 101011 110111 0 110001 100011 1000011 101010111 100001 11001

Color Harmonies of #552B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B37

Black with #552B37

Text Example


Text Example

White with #552B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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