Html Css Color HEX #D76360 Roman

📋 copy color: '#D76360'

red 215 ◦ green 99 ◦ blue 96

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

Shades of Roman #D76360

Tints of Roman #D76360

RGB

 RED value IS 215 (84.38% from 255) = 52.44%

 GREEN value IS 99 (39.06% from 255) = 24.15%

 BLUE value IS 96 (37.89% from 255) = 23.41%

R = 52.44%
G = 24.15%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D76360 (or 0xD76360) is known color: Roman. HEX triplet: D7, 63 and 60. RGB value is (215,99,96). Sum of RGB (Red+Green+Blue) = 215+99+96=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D76360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76360 is #289C9F. Grayscale: #858585. Windows color (decimal): -2661536 or 6317015. OLE color: 6317015.

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

Color convert

RGB 215 99 96 -
CMYK 0 0.54 0.55 0.16
HSL 1.51º 0.6% 0.61% -
HSV(B) 1.51º 0.55% 0.84% -
XYZ 34.6 24.22 13.92 -
YUV 133.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 215 99 96 0 0.54 0.55 0.16 1.51 0.6 0.61
Hex D7 63 60 0 36 37 10 2 3C 3D
Octal 327 143 140 0 66 67 20 2 74 75
Binary 11010111 1100011 1100000 0 110110 110111 10000 10 111100 111101

Color Harmonies of #D76360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76360

Black with #D76360

Text Example


Text Example

White with #D76360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76360; }

 p { color: rgb(215,99,96); }

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

background-color css

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

 a { background-color: rgb(215,99,96); }

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

border-color css

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

 span { border-color: rgb(215,99,96); }

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