Html Css Color HEX #55253A Black Rose

📋 copy color: '#55253A'

red 85 ◦ green 37 ◦ blue 58

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

Shades of Black Rose #55253A

Tints of Black Rose #55253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 47.22%
G = 20.56%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55253A (or 0x55253A) is known color: Black Rose. HEX triplet: 55, 25 and 3A. RGB value is (85,37,58). Sum of RGB (Red+Green+Blue) = 85+37+58=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55253A is #AADAC5. Grayscale: #353535. Windows color (decimal): -11197126 or 3810645. OLE color: 3810645.

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

Color convert

RGB 85 37 58 -
CMYK 0 0.56 0.32 0.67
HSL 333.75º 0.39% 0.24% -
HSV(B) 333.75º 0.56% 0.33% -
XYZ 5.17 3.56 4.42 -
YUV 53.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 85 37 58 0 0.56 0.32 0.67 333.75 0.39 0.24
Hex 55 25 3A 0 38 20 43 14E 27 18
Octal 125 45 72 0 70 40 103 516 47 30
Binary 1010101 100101 111010 0 111000 100000 1000011 101001110 100111 11000

Color Harmonies of #55253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55253A

Black with #55253A

Text Example


Text Example

White with #55253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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