Html Css Color HEX #552B3C Black Rose

📋 copy color: '#552B3C'

red 85 ◦ green 43 ◦ blue 60

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

Shades of Black Rose #552B3C

Tints of Black Rose #552B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.91%

R = 45.21%
G = 22.87%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#552B3C (or 0x552B3C) is known color: Black Rose. HEX triplet: 55, 2B and 3C. RGB value is (85,43,60). Sum of RGB (Red+Green+Blue) = 85+43+60=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B3C is #AAD4C3. Grayscale: #393939. Windows color (decimal): -11195588 or 3943253. OLE color: 3943253.

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

Color convert

RGB 85 43 60 -
CMYK 0 0.49 0.29 0.67
HSL 335.71º 0.33% 0.25% -
HSV(B) 335.71º 0.49% 0.33% -
XYZ 5.43 3.99 4.76 -
YUV 57.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 85 43 60 0 0.49 0.29 0.67 335.71 0.33 0.25
Hex 55 2B 3C 0 31 1D 43 150 21 19
Octal 125 53 74 0 61 35 103 520 41 31
Binary 1010101 101011 111100 0 110001 11101 1000011 101010000 100001 11001

Color Harmonies of #552B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B3C

Black with #552B3C

Text Example


Text Example

White with #552B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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