#562335

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

Shades of Black Rose #562335

Tints of Black Rose #562335

Color information

#562335 (or 0x562335) is unknown color: approx Black Rose. HEX triplet: 56, 23 and 35. RGB value is (86,35,53). Sum of RGB (Red+Green+Blue) = 86+35+53=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #562335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562335 is #A9DCCA. Grayscale: #343434. Windows color (decimal): -11132107 or 3482454. OLE color: 3482454.

HSL color Cylindrical-coordinate representation of color #562335: hue angle of 338.82º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #562335 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB863553-
CMYK00.590.380.66
HSL338.82º42.15%23.73%-
HSV(B)338.82º59.3%33.73%-
XYZ5.083.443.76-
YUV52.3128.4152.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=49.43%
G=20.11%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86355300.590.380.66338.8242.1523.73
Hex56233503B26421532a18
Octal1264365073461025235230
Binary10101101000111101010111011100110100001010101001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562335; }

 p { color: rgb(86,35,53); }

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

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

 a { background-color: rgb(86,35,53); }

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

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

 span { border-color: rgb(86,35,53); }

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