Html Css Color HEX #7C232F Scarlett

📋 copy color: '#7C232F'

red 124 ◦ green 35 ◦ blue 47

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

Shades of Scarlett #7C232F

Tints of Scarlett #7C232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 60.19%
G = 16.99%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7C232F (or 0x7C232F) is known color: Scarlett. HEX triplet: 7C, 23 and 2F. RGB value is (124,35,47). Sum of RGB (Red+Green+Blue) = 124+35+47=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C232F is #83DCD0. Grayscale: #3F3F3F. Windows color (decimal): -8641745 or 3089276. OLE color: 3089276.

HSL color Cylindrical-coordinate representation of color #7C232F: hue angle of 351.91º 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 #7C232F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 35 47 -
CMYK 0 0.72 0.62 0.51
HSL 351.91º 0.56% 0.31% -
HSV(B) 351.91º 0.72% 0.49% -
XYZ 9.43 5.69 3.29 -
YUV 62.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 124 35 47 0 0.72 0.62 0.51 351.91 0.56 0.31
Hex 7C 23 2F 0 48 3E 33 160 38 1F
Octal 174 43 57 0 110 76 63 540 70 37
Binary 1111100 100011 101111 0 1001000 111110 110011 101100000 111000 11111

Color Harmonies of #7C232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C232F

Black with #7C232F

Text Example


Text Example

White with #7C232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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