Html Css Color HEX #7D272D Scarlett

📋 copy color: '#7D272D'

red 125 ◦ green 39 ◦ blue 45

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

Shades of Scarlett #7D272D

Tints of Scarlett #7D272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 59.81%
G = 18.66%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D272D (or 0x7D272D) is known color: Scarlett. HEX triplet: 7D, 27 and 2D. RGB value is (125,39,45). Sum of RGB (Red+Green+Blue) = 125+39+45=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D272D is #82D8D2. Grayscale: #414141. Windows color (decimal): -8575187 or 2959229. OLE color: 2959229.

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

Color convert

RGB 125 39 45 -
CMYK 0 0.69 0.64 0.51
HSL 355.81º 0.52% 0.32% -
HSV(B) 355.81º 0.69% 0.49% -
XYZ 9.66 6 3.13 -
YUV 65.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 125 39 45 0 0.69 0.64 0.51 355.81 0.52 0.32
Hex 7D 27 2D 0 45 40 33 164 34 20
Octal 175 47 55 0 105 100 63 544 64 40
Binary 1111101 100111 101101 0 1000101 1000000 110011 101100100 110100 100000

Color Harmonies of #7D272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D272D

Black with #7D272D

Text Example


Text Example

White with #7D272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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