Html Css Color HEX #7C2328 Scarlett

📋 copy color: '#7C2328'

red 124 ◦ green 35 ◦ blue 40

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

Shades of Scarlett #7C2328

Tints of Scarlett #7C2328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 62.31%
G = 17.59%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C2328 (or 0x7C2328) is known color: Scarlett. HEX triplet: 7C, 23 and 28. RGB value is (124,35,40). Sum of RGB (Red+Green+Blue) = 124+35+40=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2328 is #83DCD7. Grayscale: #3E3E3E. Windows color (decimal): -8641752 or 2630524. OLE color: 2630524.

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

Color convert

RGB 124 35 40 -
CMYK 0 0.72 0.68 0.51
HSL 356.63º 0.56% 0.31% -
HSV(B) 356.63º 0.72% 0.49% -
XYZ 9.3 5.64 2.61 -
YUV 62.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 124 35 40 0 0.72 0.68 0.51 356.63 0.56 0.31
Hex 7C 23 28 0 48 44 33 165 38 1F
Octal 174 43 50 0 110 104 63 545 70 37
Binary 1111100 100011 101000 0 1001000 1000100 110011 101100101 111000 11111

Color Harmonies of #7C2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2328

Black with #7C2328

Text Example


Text Example

White with #7C2328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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