Html Css Color HEX #7F1836 Scarlett

📋 copy color: '#7F1836'

red 127 ◦ green 24 ◦ blue 54

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

Shades of Scarlett #7F1836

Tints of Scarlett #7F1836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

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

R = 61.95%
G = 11.71%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F1836 (or 0x7F1836) is known color: Scarlett. HEX triplet: 7F, 18 and 36. RGB value is (127,24,54). Sum of RGB (Red+Green+Blue) = 127+24+54=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1836 is #80E7C9. Grayscale: #3A3A3A. Windows color (decimal): -8447946 or 3545215. OLE color: 3545215.

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

Color convert

RGB 127 24 54 -
CMYK 0 0.81 0.57 0.50
HSL 342.52º 0.68% 0.3% -
HSV(B) 342.52º 0.81% 0.5% -
XYZ 9.74 5.43 4.02 -
YUV 58.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 127 24 54 0 0.81 0.57 0.50 342.52 0.68 0.3
Hex 7F 18 36 0 51 39 32 157 44 1E
Octal 177 30 66 0 121 71 62 527 104 36
Binary 1111111 11000 110110 0 1010001 111001 110010 101010111 1000100 11110

Color Harmonies of #7F1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1836

Black with #7F1836

Text Example


Text Example

White with #7F1836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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