#7B252B

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

Shades of Scarlett #7B252B

Tints of Scarlett #7B252B

Color information

#7B252B (or 0x7B252B) is unknown color: approx Scarlett. HEX triplet: 7B, 25 and 2B. RGB value is (123,37,43). Sum of RGB (Red+Green+Blue) = 123+37+43=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B252B is #84DAD4. Grayscale: #3F3F3F. Windows color (decimal): -8706773 or 2827643. OLE color: 2827643.

HSL color Cylindrical-coordinate representation of color #7B252B: hue angle of 355.81º 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 #7B252B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB1233743-
CMYK00.700.650.52
HSL355.81º53.75%31.37%-
HSV(B)355.81º69.92%48.24%-
XYZ9.275.712.9-
YUV63.4116.49170.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.59%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=60.59%
G=18.23%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123374300.700.650.52355.8153.7531.37
Hex7B252B0464134164361f
Octal17345530106101645446637
Binary111101110010110101101000110100000111010010110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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