Html Css Color HEX #7C2028 Scarlett

📋 copy color: '#7C2028'

red 124 ◦ green 32 ◦ blue 40

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

Shades of Scarlett #7C2028

Tints of Scarlett #7C2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

 BLUE value IS 40 (16.02% from 255) = 20.41%

R = 63.27%
G = 16.33%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C2028 (or 0x7C2028) is known color: Scarlett. HEX triplet: 7C, 20 and 28. RGB value is (124,32,40). Sum of RGB (Red+Green+Blue) = 124+32+40=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2028 is #83DFD7. Grayscale: #3C3C3C. Windows color (decimal): -8642520 or 2629756. OLE color: 2629756.

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

Color convert

RGB 124 32 40 -
CMYK 0 0.74 0.68 0.51
HSL 354.78º 0.59% 0.31% -
HSV(B) 354.78º 0.74% 0.49% -
XYZ 9.21 5.47 2.58 -
YUV 60.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 124 32 40 0 0.74 0.68 0.51 354.78 0.59 0.31
Hex 7C 20 28 0 4A 44 33 163 3B 1F
Octal 174 40 50 0 112 104 63 543 73 37
Binary 1111100 100000 101000 0 1001010 1000100 110011 101100011 111011 11111

Color Harmonies of #7C2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2028

Black with #7C2028

Text Example


Text Example

White with #7C2028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,32,40); }

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

background-color css

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

 a { background-color: rgb(124,32,40); }

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

border-color css

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

 span { border-color: rgb(124,32,40); }

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