Html Css Color HEX #55283A Black Rose

📋 copy color: '#55283A'

red 85 ◦ green 40 ◦ blue 58

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

Shades of Black Rose #55283A

Tints of Black Rose #55283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

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

R = 46.45%
G = 21.86%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55283A (or 0x55283A) is known color: Black Rose. HEX triplet: 55, 28 and 3A. RGB value is (85,40,58). Sum of RGB (Red+Green+Blue) = 85+40+58=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55283A is #AAD7C5. Grayscale: #373737. Windows color (decimal): -11196358 or 3811413. OLE color: 3811413.

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

Color convert

RGB 85 40 58 -
CMYK 0 0.53 0.32 0.67
HSL 336º 0.36% 0.25% -
HSV(B) 336º 0.53% 0.33% -
XYZ 5.27 3.75 4.45 -
YUV 55.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 85 40 58 0 0.53 0.32 0.67 336 0.36 0.25
Hex 55 28 3A 0 35 20 43 150 24 19
Octal 125 50 72 0 65 40 103 520 44 31
Binary 1010101 101000 111010 0 110101 100000 1000011 101010000 100100 11001

Color Harmonies of #55283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55283A

Black with #55283A

Text Example


Text Example

White with #55283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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