Html Css Color HEX #D46453 Roman

📋 copy color: '#D46453'

red 212 ◦ green 100 ◦ blue 83

#D46453
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D46453

Tints of Roman #D46453

RGB

 RED value IS 212 (83.2% from 255) = 53.67%

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 53.67%
G = 25.32%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D46453 (or 0xD46453) is known color: Roman. HEX triplet: D4, 64 and 53. RGB value is (212,100,83). Sum of RGB (Red+Green+Blue) = 212+100+83=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46453 is #2B9BAC. Grayscale: #838383. Windows color (decimal): -2857901 or 5465300. OLE color: 5465300.

HSL color Cylindrical-coordinate representation of color #D46453: hue angle of 7.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D46453 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 83 -
CMYK 0 0.53 0.61 0.17
HSL 7.91º 0.6% 0.58% -
HSV(B) 7.91º 0.61% 0.83% -
XYZ 33.27 23.74 11.01 -
YUV 131.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 212 100 83 0 0.53 0.61 0.17 7.91 0.6 0.58
Hex D4 64 53 0 35 3D 11 8 3C 3A
Octal 324 144 123 0 65 75 21 10 74 72
Binary 11010100 1100100 1010011 0 110101 111101 10001 1000 111100 111010

Color Harmonies of #D46453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46453

Black with #D46453

Text Example


Text Example

White with #D46453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46453; }

 p { color: rgb(212,100,83); }

 H1.HeaderClassName
 {
   color: #D46453;
 }
 .AnyTagClassName
 {
   color: #D46453;
 }
</style>

background-color css

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

 a { background-color: rgb(212,100,83); }

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

border-color css

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

 span { border-color: rgb(212,100,83); }

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