Html Css Color HEX #5B263B Black Rose

📋 copy color: '#5B263B'

red 91 ◦ green 38 ◦ blue 59

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

Shades of Black Rose #5B263B

Tints of Black Rose #5B263B

RGB

 RED value IS 91 (35.94% from 255) = 48.4%

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

 BLUE value IS 59 (23.44% from 255) = 31.38%

R = 48.4%
G = 20.21%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5B263B (or 0x5B263B) is known color: Black Rose. HEX triplet: 5B, 26 and 3B. RGB value is (91,38,59). Sum of RGB (Red+Green+Blue) = 91+38+59=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B263B is #A4D9C4. Grayscale: #383838. Windows color (decimal): -10803653 or 3876443. OLE color: 3876443.

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

Color convert

RGB 91 38 59 -
CMYK 0 0.58 0.35 0.64
HSL 336.23º 0.41% 0.25% -
HSV(B) 336.23º 0.58% 0.36% -
XYZ 5.8 3.93 4.59 -
YUV 56.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 91 38 59 0 0.58 0.35 0.64 336.23 0.41 0.25
Hex 5B 26 3B 0 3A 23 40 150 29 19
Octal 133 46 73 0 72 43 100 520 51 31
Binary 1011011 100110 111011 0 111010 100011 1000000 101010000 101001 11001

Color Harmonies of #5B263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B263B

Black with #5B263B

Text Example


Text Example

White with #5B263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,38,59); }

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

background-color css

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

 a { background-color: rgb(91,38,59); }

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

border-color css

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

 span { border-color: rgb(91,38,59); }

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