#7D1B33

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

Shades of Scarlett #7D1B33

Tints of Scarlett #7D1B33

Color information

#7D1B33 (or 0x7D1B33) is unknown color: approx Scarlett. HEX triplet: 7D, 1B and 33. RGB value is (125,27,51). Sum of RGB (Red+Green+Blue) = 125+27+51=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B33 is #82E4CC. Grayscale: #3B3B3B. Windows color (decimal): -8578253 or 3349373. OLE color: 3349373.

HSL color Cylindrical-coordinate representation of color #7D1B33: hue angle of 345.31º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1B33 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1252751-
CMYK00.780.590.51
HSL345.31º64.47%29.8%-
HSV(B)345.31º78.4%49.02%-
XYZ9.455.383.67-
YUV59.04123.47175.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 61.58%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=61.58%
G=13.30%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125275100.780.590.51345.3164.4729.8
Hex7D1B3304E3B33159401e
Octal17533630116736353110036
Binary11111011101111001101001110111011110011101011001100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D1B33; }

 p { color: rgb(125,27,51); }

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

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

 a { background-color: rgb(125,27,51); }

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

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

 span { border-color: rgb(125,27,51); }

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