#D5653F

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

Shades of Sorbus #D5653F

Tints of Sorbus #D5653F

Color information

#D5653F (or 0xD5653F) is unknown color: approx Sorbus. HEX triplet: D5, 65 and 3F. RGB value is (213,101,63). Sum of RGB (Red+Green+Blue) = 213+101+63=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5653F is #2A9AC0. Grayscale: #828282. Windows color (decimal): -2792129 or 4154837. OLE color: 4154837.

HSL color Cylindrical-coordinate representation of color #D5653F: hue angle of 15.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5653F is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21310163-
CMYK00.530.700.16
HSL15.2º64.1%54.12%-
HSV(B)15.2º70.42%83.53%-
XYZ32.9923.817.56-
YUV130.1690.11187.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 63 (25% from 255) = 16.71%
R=56.50%
G=26.79%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131016300.530.700.1615.264.154.12
HexD5653F0354610f4036
Octal32514577065106201710066
Binary110101011100101111111011010110001101000011111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5653F; }

 p { color: rgb(213,101,63); }

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

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

 a { background-color: rgb(213,101,63); }

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

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

 span { border-color: rgb(213,101,63); }

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