Html Css Color HEX #D76261 Roman

📋 copy color: '#D76261'

red 215 ◦ green 98 ◦ blue 97

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

Shades of Roman #D76261

Tints of Roman #D76261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 97 (38.28% from 255) = 23.66%

R = 52.44%
G = 23.9%
B = 23.66%

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

#D76261 (or 0xD76261) is known color: Roman. HEX triplet: D7, 62 and 61. RGB value is (215,98,97). Sum of RGB (Red+Green+Blue) = 215+98+97=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D76261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76261 is #289D9E. Grayscale: #848484. Windows color (decimal): -2661791 or 6382295. OLE color: 6382295.

HSL color Cylindrical-coordinate representation of color #D76261: hue angle of 0.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 #D76261 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 97 -
CMYK 0 0.54 0.55 0.16
HSL 0.51º 0.6% 0.61% -
HSV(B) 0.51º 0.55% 0.84% -
XYZ 34.55 24.05 14.13 -
YUV 132.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 215 98 97 0 0.54 0.55 0.16 0.51 0.6 0.61
Hex D7 62 61 0 36 37 10 1 3C 3D
Octal 327 142 141 0 66 67 20 1 74 75
Binary 11010111 1100010 1100001 0 110110 110111 10000 1 111100 111101

Color Harmonies of #D76261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76261

Black with #D76261

Text Example


Text Example

White with #D76261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76261; }

 p { color: rgb(215,98,97); }

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

background-color css

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

 a { background-color: rgb(215,98,97); }

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

border-color css

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

 span { border-color: rgb(215,98,97); }

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