Html Css Color HEX #55252E Black Rose

📋 copy color: '#55252E'

red 85 ◦ green 37 ◦ blue 46

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

Shades of Black Rose #55252E

Tints of Black Rose #55252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.38%

R = 50.6%
G = 22.02%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#55252E (or 0x55252E) is known color: Black Rose. HEX triplet: 55, 25 and 2E. RGB value is (85,37,46). Sum of RGB (Red+Green+Blue) = 85+37+46=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55252E is #AADAD1. Grayscale: #343434. Windows color (decimal): -11197138 or 3024213. OLE color: 3024213.

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

Color convert

RGB 85 37 46 -
CMYK 0 0.56 0.46 0.67
HSL 348.75º 0.39% 0.24% -
HSV(B) 348.75º 0.56% 0.33% -
XYZ 4.9 3.45 2.99 -
YUV 52.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 85 37 46 0 0.56 0.46 0.67 348.75 0.39 0.24
Hex 55 25 2E 0 38 2E 43 15D 27 18
Octal 125 45 56 0 70 56 103 535 47 30
Binary 1010101 100101 101110 0 111000 101110 1000011 101011101 100111 11000

Color Harmonies of #55252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55252E

Black with #55252E

Text Example


Text Example

White with #55252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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