#D9613F

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

Shades of Sorbus #D9613F

Tints of Sorbus #D9613F

Color information

#D9613F (or 0xD9613F) is unknown color: approx Sorbus. HEX triplet: D9, 61 and 3F. RGB value is (217,97,63). Sum of RGB (Red+Green+Blue) = 217+97+63=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9613F is #269EC0. Grayscale: #818181. Windows color (decimal): -2531009 or 4153817. OLE color: 4153817.

HSL color Cylindrical-coordinate representation of color #D9613F: hue angle of 13.25º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9613F is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2179763-
CMYK00.550.710.15
HSL13.25º66.96%54.9%-
HSV(B)13.25º70.97%85.1%-
XYZ33.7923.667.49-
YUV12990.76190.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 63 (25% from 255) = 16.71%
R=57.56%
G=25.73%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217976300.550.710.1513.2566.9654.9
HexD9613F03747Fd4337
Octal33114177067107171510367
Binary11011001110000111111101101111000111111111011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9613F; }

 p { color: rgb(217,97,63); }

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

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

 a { background-color: rgb(217,97,63); }

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

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

 span { border-color: rgb(217,97,63); }

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