#7B252C

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

Shades of Scarlett #7B252C

Tints of Scarlett #7B252C

Color information

#7B252C (or 0x7B252C) is unknown color: approx Scarlett. HEX triplet: 7B, 25 and 2C. RGB value is (123,37,44). Sum of RGB (Red+Green+Blue) = 123+37+44=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B252C is #84DAD3. Grayscale: #3F3F3F. Windows color (decimal): -8706772 or 2893179. OLE color: 2893179.

HSL color Cylindrical-coordinate representation of color #7B252C: hue angle of 355.12º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B252C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB1233744-
CMYK00.700.640.52
HSL355.12º53.75%31.37%-
HSV(B)355.12º69.92%48.24%-
XYZ9.285.723-
YUV63.51116.99170.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.29%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=60.29%
G=18.14%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123374400.700.640.52355.1253.7531.37
Hex7B252C0464034163361f
Octal17345540106100645436637
Binary111101110010110110001000110100000011010010110001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,37,44); }

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

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

 a { background-color: rgb(123,37,44); }

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

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

 span { border-color: rgb(123,37,44); }

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