Html Css Color HEX #7D272B Scarlett

📋 copy color: '#7D272B'

red 125 ◦ green 39 ◦ blue 43

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

Shades of Scarlett #7D272B

Tints of Scarlett #7D272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 60.39%
G = 18.84%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D272B (or 0x7D272B) is known color: Scarlett. HEX triplet: 7D, 27 and 2B. RGB value is (125,39,43). Sum of RGB (Red+Green+Blue) = 125+39+43=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D272B is #82D8D4. Grayscale: #414141. Windows color (decimal): -8575189 or 2828157. OLE color: 2828157.

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

Color convert

RGB 125 39 43 -
CMYK 0 0.69 0.66 0.51
HSL 357.21º 0.52% 0.32% -
HSV(B) 357.21º 0.69% 0.49% -
XYZ 9.62 5.99 2.93 -
YUV 65.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 125 39 43 0 0.69 0.66 0.51 357.21 0.52 0.32
Hex 7D 27 2B 0 45 42 33 165 34 20
Octal 175 47 53 0 105 102 63 545 64 40
Binary 1111101 100111 101011 0 1000101 1000010 110011 101100101 110100 100000

Color Harmonies of #7D272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D272B

Black with #7D272B

Text Example


Text Example

White with #7D272B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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