Html Css Color HEX #7F1736 Scarlett

📋 copy color: '#7F1736'

red 127 ◦ green 23 ◦ blue 54

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

Shades of Scarlett #7F1736

Tints of Scarlett #7F1736

RGB

 RED value IS 127 (50% from 255) = 62.25%

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 54 (21.48% from 255) = 26.47%

R = 62.25%
G = 11.27%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F1736 (or 0x7F1736) is known color: Scarlett. HEX triplet: 7F, 17 and 36. RGB value is (127,23,54). Sum of RGB (Red+Green+Blue) = 127+23+54=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1736 is #80E8C9. Grayscale: #393939. Windows color (decimal): -8448202 or 3544959. OLE color: 3544959.

HSL color Cylindrical-coordinate representation of color #7F1736: hue angle of 342.12º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1736 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 54 -
CMYK 0 0.82 0.57 0.50
HSL 342.12º 0.69% 0.29% -
HSV(B) 342.12º 0.82% 0.5% -
XYZ 9.72 5.39 4.02 -
YUV 57.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 127 23 54 0 0.82 0.57 0.50 342.12 0.69 0.29
Hex 7F 17 36 0 52 39 32 156 45 1D
Octal 177 27 66 0 122 71 62 526 105 35
Binary 1111111 10111 110110 0 1010010 111001 110010 101010110 1000101 11101

Color Harmonies of #7F1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1736

Black with #7F1736

Text Example


Text Example

White with #7F1736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,23,54); }

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

background-color css

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

 a { background-color: rgb(127,23,54); }

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

border-color css

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

 span { border-color: rgb(127,23,54); }

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