#76212F

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

Shades of Scarlett #76212F

Tints of Scarlett #76212F

Color information

#76212F (or 0x76212F) is unknown color: approx Scarlett. HEX triplet: 76, 21 and 2F. RGB value is (118,33,47). Sum of RGB (Red+Green+Blue) = 118+33+47=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76212F is #89DED0. Grayscale: #3C3C3C. Windows color (decimal): -9035473 or 3088758. OLE color: 3088758.

HSL color Cylindrical-coordinate representation of color #76212F: hue angle of 350.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76212F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1183347-
CMYK00.720.600.54
HSL350.12º56.29%29.61%-
HSV(B)350.12º72.03%46.27%-
XYZ8.535.143.23-
YUV60.01120.66169.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=59.60%
G=16.67%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118334700.720.600.54350.1256.2929.61
Hex76212F0483C3615e381e
Octal1664157011074665367036
Binary11101101000011011110100100011110011011010101111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76212F; }

 p { color: rgb(118,33,47); }

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

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

 a { background-color: rgb(118,33,47); }

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

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

 span { border-color: rgb(118,33,47); }

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