Html Css Color HEX #7C2433 Scarlett

📋 copy color: '#7C2433'

red 124 ◦ green 36 ◦ blue 51

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

Shades of Scarlett #7C2433

Tints of Scarlett #7C2433

RGB

 RED value IS 124 (48.83% from 255) = 58.77%

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 58.77%
G = 17.06%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C2433 (or 0x7C2433) is known color: Scarlett. HEX triplet: 7C, 24 and 33. RGB value is (124,36,51). Sum of RGB (Red+Green+Blue) = 124+36+51=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2433 is #83DBCC. Grayscale: #404040. Windows color (decimal): -8641485 or 3351676. OLE color: 3351676.

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

Color convert

RGB 124 36 51 -
CMYK 0 0.71 0.59 0.51
HSL 349.77º 0.55% 0.31% -
HSV(B) 349.77º 0.71% 0.49% -
XYZ 9.54 5.79 3.75 -
YUV 64.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 124 36 51 0 0.71 0.59 0.51 349.77 0.55 0.31
Hex 7C 24 33 0 47 3B 33 15E 37 1F
Octal 174 44 63 0 107 73 63 536 67 37
Binary 1111100 100100 110011 0 1000111 111011 110011 101011110 110111 11111

Color Harmonies of #7C2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2433

Black with #7C2433

Text Example


Text Example

White with #7C2433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,36,51); }

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

background-color css

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

 a { background-color: rgb(124,36,51); }

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

border-color css

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

 span { border-color: rgb(124,36,51); }

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