Html Css Color HEX #55252F Black Rose

📋 copy color: '#55252F'

red 85 ◦ green 37 ◦ blue 47

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

Shades of Black Rose #55252F

Tints of Black Rose #55252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.81%

R = 50.3%
G = 21.89%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55252F (or 0x55252F) is known color: Black Rose. HEX triplet: 55, 25 and 2F. RGB value is (85,37,47). Sum of RGB (Red+Green+Blue) = 85+37+47=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55252F is #AADAD0. Grayscale: #343434. Windows color (decimal): -11197137 or 3089749. OLE color: 3089749.

HSL color Cylindrical-coordinate representation of color #55252F: hue angle of 347.5º 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 #55252F is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 47 -
CMYK 0 0.56 0.45 0.67
HSL 347.5º 0.39% 0.24% -
HSV(B) 347.5º 0.56% 0.33% -
XYZ 4.92 3.46 3.1 -
YUV 52.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 85 37 47 0 0.56 0.45 0.67 347.5 0.39 0.24
Hex 55 25 2F 0 38 2D 43 15C 27 18
Octal 125 45 57 0 70 55 103 534 47 30
Binary 1010101 100101 101111 0 111000 101101 1000011 101011100 100111 11000

Color Harmonies of #55252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55252F

Black with #55252F

Text Example


Text Example

White with #55252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55252F; }

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

 H1.HeaderClassName
 {
   color: #55252F;
 }
 .AnyTagClassName
 {
   color: #55252F;
 }
</style>

background-color css

<style>
 a { background-color: #55252F; }

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

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

border-color css

<style>
 span { border-color: #55252F; }

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

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