Html Css Color HEX #5A142E Black Rose

📋 copy color: '#5A142E'

red 90 ◦ green 20 ◦ blue 46

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

Shades of Black Rose #5A142E

Tints of Black Rose #5A142E

RGB

 RED value IS 90 (35.55% from 255) = 57.69%

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 57.69%
G = 12.82%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A142E (or 0x5A142E) is known color: Black Rose. HEX triplet: 5A, 14 and 2E. RGB value is (90,20,46). Sum of RGB (Red+Green+Blue) = 90+20+46=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A142E is #A5EBD1. Grayscale: #2B2B2B. Windows color (decimal): -10873810 or 3019866. OLE color: 3019866.

HSL color Cylindrical-coordinate representation of color #5A142E: hue angle of 337.71º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A142E is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 20 46 -
CMYK 0 0.78 0.49 0.65
HSL 337.71º 0.64% 0.22% -
HSV(B) 337.71º 0.78% 0.35% -
XYZ 4.96 2.87 2.88 -
YUV 43.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 90 20 46 0 0.78 0.49 0.65 337.71 0.64 0.22
Hex 5A 14 2E 0 4E 31 41 152 40 16
Octal 132 24 56 0 116 61 101 522 100 26
Binary 1011010 10100 101110 0 1001110 110001 1000001 101010010 1000000 10110

Color Harmonies of #5A142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A142E

Black with #5A142E

Text Example


Text Example

White with #5A142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,20,46); }

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

background-color css

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

 a { background-color: rgb(90,20,46); }

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

border-color css

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

 span { border-color: rgb(90,20,46); }

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