Html Css Color HEX #7D272C Scarlett

📋 copy color: '#7D272C'

red 125 ◦ green 39 ◦ blue 44

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

Shades of Scarlett #7D272C

Tints of Scarlett #7D272C

RGB

 RED value IS 125 (49.22% from 255) = 60.1%

 GREEN value IS 39 (15.63% from 255) = 18.75%

 BLUE value IS 44 (17.58% from 255) = 21.15%

R = 60.1%
G = 18.75%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7D272C (or 0x7D272C) is known color: Scarlett. HEX triplet: 7D, 27 and 2C. RGB value is (125,39,44). Sum of RGB (Red+Green+Blue) = 125+39+44=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D272C is #82D8D3. Grayscale: #414141. Windows color (decimal): -8575188 or 2893693. OLE color: 2893693.

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

Color convert

RGB 125 39 44 -
CMYK 0 0.69 0.65 0.51
HSL 356.51º 0.52% 0.32% -
HSV(B) 356.51º 0.69% 0.49% -
XYZ 9.64 5.99 3.03 -
YUV 65.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 125 39 44 0 0.69 0.65 0.51 356.51 0.52 0.32
Hex 7D 27 2C 0 45 41 33 165 34 20
Octal 175 47 54 0 105 101 63 545 64 40
Binary 1111101 100111 101100 0 1000101 1000001 110011 101100101 110100 100000

Color Harmonies of #7D272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D272C

Black with #7D272C

Text Example


Text Example

White with #7D272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,39,44); }

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

background-color css

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

 a { background-color: rgb(125,39,44); }

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

border-color css

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

 span { border-color: rgb(125,39,44); }

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