Html Css Color HEX #5E2534 Black Rose

📋 copy color: '#5E2534'

red 94 ◦ green 37 ◦ blue 52

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

Shades of Black Rose #5E2534

Tints of Black Rose #5E2534

RGB

 RED value IS 94 (37.11% from 255) = 51.37%

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

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 51.37%
G = 20.22%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#5E2534 (or 0x5E2534) is known color: Black Rose. HEX triplet: 5E, 25 and 34. RGB value is (94,37,52). Sum of RGB (Red+Green+Blue) = 94+37+52=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2534 is #A1DACB. Grayscale: #373737. Windows color (decimal): -10607308 or 3417438. OLE color: 3417438.

HSL color Cylindrical-coordinate representation of color #5E2534: hue angle of 344.21º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E2534 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 37 52 -
CMYK 0 0.61 0.45 0.63
HSL 344.21º 0.44% 0.26% -
HSV(B) 344.21º 0.61% 0.37% -
XYZ 5.9 3.95 3.7 -
YUV 55.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 94 37 52 0 0.61 0.45 0.63 344.21 0.44 0.26
Hex 5E 25 34 0 3D 2D 3F 158 2C 1A
Octal 136 45 64 0 75 55 77 530 54 32
Binary 1011110 100101 110100 0 111101 101101 111111 101011000 101100 11010

Color Harmonies of #5E2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2534

Black with #5E2534

Text Example


Text Example

White with #5E2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E2534; }

 p { color: rgb(94,37,52); }

 H1.HeaderClassName
 {
   color: #5E2534;
 }
 .AnyTagClassName
 {
   color: #5E2534;
 }
</style>

background-color css

<style>
 a { background-color: #5E2534; }

 a { background-color: rgb(94,37,52); }

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

border-color css

<style>
 span { border-color: #5E2534; }

 span { border-color: rgb(94,37,52); }

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