#53262E

Color #53262E Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #53262E

Tints of Black Rose #53262E

Color information

#53262E (or 0x53262E) is unknown color: approx Black Rose. HEX triplet: 53, 26 and 2E. RGB value is (83,38,46). Sum of RGB (Red+Green+Blue) = 83+38+46=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53262E is #ACD9D1. Grayscale: #343434. Windows color (decimal): -11327954 or 3024467. OLE color: 3024467.

HSL color Cylindrical-coordinate representation of color #53262E: hue angle of 349.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53262E is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB833846-
CMYK00.540.450.67
HSL349.33º37.19%23.73%-
HSV(B)349.33º54.22%32.55%-
XYZ4.753.422.99-
YUV52.37124.41149.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=49.70%
G=22.75%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83384600.540.450.67349.3337.1923.73
Hex53262E0362D4315d2518
Octal1234656066551035354530
Binary10100111001101011100110110101101100001110101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53262E; }

 p { color: rgb(83,38,46); }

 H1.HeaderClassName
 {
   color: #53262E;
 }
 .AnyTagClassName
 {
   color: #53262E;
 }
</style>
background-color css

<style>
 a { background-color: #53262E; }

 a { background-color: rgb(83,38,46); }

 div.DivClassName
 {
   background-color: #53262E;
 }
 .BgClassName
 {
   background-color: #53262E;
 }
</style>
border-color css

<style>
 span { border-color: #53262E; }

 span { border-color: rgb(83,38,46); }

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