Html Css Color HEX #5C1E2E Black Rose

📋 copy color: '#5C1E2E'

red 92 ◦ green 30 ◦ blue 46

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

Shades of Black Rose #5C1E2E

Tints of Black Rose #5C1E2E

RGB

 RED value IS 92 (36.33% from 255) = 54.76%

 GREEN value IS 30 (12.11% from 255) = 17.86%

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

R = 54.76%
G = 17.86%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.64

RGB Variations

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

Color information

#5C1E2E (or 0x5C1E2E) is known color: Black Rose. HEX triplet: 5C, 1E and 2E. RGB value is (92,30,46). Sum of RGB (Red+Green+Blue) = 92+30+46=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1E2E is #A3E1D1. Grayscale: #323232. Windows color (decimal): -10740178 or 3022428. OLE color: 3022428.

HSL color Cylindrical-coordinate representation of color #5C1E2E: hue angle of 344.52º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C1E2E is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 30 46 -
CMYK 0 0.67 0.50 0.64
HSL 344.52º 0.51% 0.24% -
HSV(B) 344.52º 0.67% 0.36% -
XYZ 5.37 3.4 2.96 -
YUV 50.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 92 30 46 0 0.67 0.50 0.64 344.52 0.51 0.24
Hex 5C 1E 2E 0 43 32 40 159 33 18
Octal 134 36 56 0 103 62 100 531 63 30
Binary 1011100 11110 101110 0 1000011 110010 1000000 101011001 110011 11000

Color Harmonies of #5C1E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1E2E

Black with #5C1E2E

Text Example


Text Example

White with #5C1E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,30,46); }

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

background-color css

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

 a { background-color: rgb(92,30,46); }

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

border-color css

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

 span { border-color: rgb(92,30,46); }

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