#D5675F

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

Shades of Roman #D5675F

Tints of Roman #D5675F

Color information

#D5675F (or 0xD5675F) is unknown color: approx Roman. HEX triplet: D5, 67 and 5F. RGB value is (213,103,95). Sum of RGB (Red+Green+Blue) = 213+103+95=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5675F is #2A98A0. Grayscale: #878787. Windows color (decimal): -2791585 or 6252501. OLE color: 6252501.

HSL color Cylindrical-coordinate representation of color #D5675F: hue angle of 4.07º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5675F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21310395-
CMYK00.520.550.16
HSL4.07º58.42%60.39%-
HSV(B)4.07º55.4%83.53%-
XYZ34.3624.6713.78-
YUV134.98105.44183.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=51.82%
G=25.06%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131039500.520.550.164.0758.4260.39
HexD5675F034371043a3c
Octal325147137064672047274
Binary1101010111001111011111011010011011110000100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5675F; }

 p { color: rgb(213,103,95); }

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

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

 a { background-color: rgb(213,103,95); }

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

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

 span { border-color: rgb(213,103,95); }

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