Html Css Color HEX #55232F Black Rose

📋 copy color: '#55232F'

red 85 ◦ green 35 ◦ blue 47

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

Shades of Black Rose #55232F

Tints of Black Rose #55232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 50.9%
G = 20.96%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55232F (or 0x55232F) is known color: Black Rose. HEX triplet: 55, 23 and 2F. RGB value is (85,35,47). Sum of RGB (Red+Green+Blue) = 85+35+47=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55232F is #AADCD0. Grayscale: #333333. Windows color (decimal): -11197649 or 3089237. OLE color: 3089237.

HSL color Cylindrical-coordinate representation of color #55232F: hue angle of 345.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55232F is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 35 47 -
CMYK 0 0.59 0.45 0.67
HSL 345.6º 0.42% 0.24% -
HSV(B) 345.6º 0.59% 0.33% -
XYZ 4.86 3.34 3.08 -
YUV 51.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 85 35 47 0 0.59 0.45 0.67 345.6 0.42 0.24
Hex 55 23 2F 0 3B 2D 43 15A 2A 18
Octal 125 43 57 0 73 55 103 532 52 30
Binary 1010101 100011 101111 0 111011 101101 1000011 101011010 101010 11000

Color Harmonies of #55232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55232F

Black with #55232F

Text Example


Text Example

White with #55232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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