Html Css Color HEX #7C282E Scarlett

📋 copy color: '#7C282E'

red 124 ◦ green 40 ◦ blue 46

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

Shades of Scarlett #7C282E

Tints of Scarlett #7C282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 59.05%
G = 19.05%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C282E (or 0x7C282E) is known color: Scarlett. HEX triplet: 7C, 28 and 2E. RGB value is (124,40,46). Sum of RGB (Red+Green+Blue) = 124+40+46=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C282E is #83D7D1. Grayscale: #414141. Windows color (decimal): -8640466 or 3025020. OLE color: 3025020.

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

Color convert

RGB 124 40 46 -
CMYK 0 0.68 0.63 0.51
HSL 355.71º 0.51% 0.32% -
HSV(B) 355.71º 0.68% 0.49% -
XYZ 9.56 6 3.24 -
YUV 65.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 124 40 46 0 0.68 0.63 0.51 355.71 0.51 0.32
Hex 7C 28 2E 0 44 3F 33 164 33 20
Octal 174 50 56 0 104 77 63 544 63 40
Binary 1111100 101000 101110 0 1000100 111111 110011 101100100 110011 100000

Color Harmonies of #7C282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C282E

Black with #7C282E

Text Example


Text Example

White with #7C282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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