Html Css Color HEX #55263A Black Rose

📋 copy color: '#55263A'

red 85 ◦ green 38 ◦ blue 58

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

Shades of Black Rose #55263A

Tints of Black Rose #55263A

RGB

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

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

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

R = 46.96%
G = 20.99%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55263A (or 0x55263A) is known color: Black Rose. HEX triplet: 55, 26 and 3A. RGB value is (85,38,58). Sum of RGB (Red+Green+Blue) = 85+38+58=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55263A is #AAD9C5. Grayscale: #363636. Windows color (decimal): -11196870 or 3810901. OLE color: 3810901.

HSL color Cylindrical-coordinate representation of color #55263A: hue angle of 334.47º 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 #55263A is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 38 58 -
CMYK 0 0.55 0.32 0.67
HSL 334.47º 0.38% 0.24% -
HSV(B) 334.47º 0.55% 0.33% -
XYZ 5.2 3.62 4.43 -
YUV 54.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 85 38 58 0 0.55 0.32 0.67 334.47 0.38 0.24
Hex 55 26 3A 0 37 20 43 14E 26 18
Octal 125 46 72 0 67 40 103 516 46 30
Binary 1010101 100110 111010 0 110111 100000 1000011 101001110 100110 11000

Color Harmonies of #55263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55263A

Black with #55263A

Text Example


Text Example

White with #55263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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