Html Css Color HEX #5A2633 Black Rose

📋 copy color: '#5A2633'

red 90 ◦ green 38 ◦ blue 51

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

Shades of Black Rose #5A2633

Tints of Black Rose #5A2633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 51 (20.31% from 255) = 28.49%

R = 50.28%
G = 21.23%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#5A2633 (or 0x5A2633) is known color: Black Rose. HEX triplet: 5A, 26 and 33. RGB value is (90,38,51). Sum of RGB (Red+Green+Blue) = 90+38+51=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2633 is #A5D9CC. Grayscale: #373737. Windows color (decimal): -10869197 or 3352154. OLE color: 3352154.

HSL color Cylindrical-coordinate representation of color #5A2633: hue angle of 345º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2633 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 38 51 -
CMYK 0 0.58 0.43 0.65
HSL 345º 0.41% 0.25% -
HSV(B) 345º 0.58% 0.35% -
XYZ 5.51 3.8 3.57 -
YUV 55.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 90 38 51 0 0.58 0.43 0.65 345 0.41 0.25
Hex 5A 26 33 0 3A 2B 41 159 29 19
Octal 132 46 63 0 72 53 101 531 51 31
Binary 1011010 100110 110011 0 111010 101011 1000001 101011001 101001 11001

Color Harmonies of #5A2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2633

Black with #5A2633

Text Example


Text Example

White with #5A2633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,38,51); }

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

background-color css

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

 a { background-color: rgb(90,38,51); }

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

border-color css

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

 span { border-color: rgb(90,38,51); }

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