Html Css Color HEX #55263B Black Rose

📋 copy color: '#55263B'

red 85 ◦ green 38 ◦ blue 59

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

Shades of Black Rose #55263B

Tints of Black Rose #55263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

 BLUE value IS 59 (23.44% from 255) = 32.42%

R = 46.7%
G = 20.88%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55263B (or 0x55263B) is known color: Black Rose. HEX triplet: 55, 26 and 3B. RGB value is (85,38,59). Sum of RGB (Red+Green+Blue) = 85+38+59=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55263B is #AAD9C4. Grayscale: #363636. Windows color (decimal): -11196869 or 3876437. OLE color: 3876437.

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

Color convert

RGB 85 38 59 -
CMYK 0 0.55 0.31 0.67
HSL 333.19º 0.38% 0.24% -
HSV(B) 333.19º 0.55% 0.33% -
XYZ 5.23 3.63 4.56 -
YUV 54.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 85 38 59 0 0.55 0.31 0.67 333.19 0.38 0.24
Hex 55 26 3B 0 37 1F 43 14D 26 18
Octal 125 46 73 0 67 37 103 515 46 30
Binary 1010101 100110 111011 0 110111 11111 1000011 101001101 100110 11000

Color Harmonies of #55263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55263B

Black with #55263B

Text Example


Text Example

White with #55263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55263B; }

 p { color: rgb(85,38,59); }

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

background-color css

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

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

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

border-color css

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

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

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