Html Css Color HEX #7F1B33 Scarlett

📋 copy color: '#7F1B33'

red 127 ◦ green 27 ◦ blue 51

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

Shades of Scarlett #7F1B33

Tints of Scarlett #7F1B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

 BLUE value IS 51 (20.31% from 255) = 24.88%

R = 61.95%
G = 13.17%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F1B33 (or 0x7F1B33) is known color: Scarlett. HEX triplet: 7F, 1B and 33. RGB value is (127,27,51). Sum of RGB (Red+Green+Blue) = 127+27+51=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1B33 is #80E4CC. Grayscale: #3B3B3B. Windows color (decimal): -8447181 or 3349375. OLE color: 3349375.

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

Color convert

RGB 127 27 51 -
CMYK 0 0.79 0.60 0.50
HSL 345.6º 0.65% 0.3% -
HSV(B) 345.6º 0.79% 0.5% -
XYZ 9.74 5.53 3.69 -
YUV 59.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 127 27 51 0 0.79 0.60 0.50 345.6 0.65 0.3
Hex 7F 1B 33 0 4F 3C 32 15A 41 1E
Octal 177 33 63 0 117 74 62 532 101 36
Binary 1111111 11011 110011 0 1001111 111100 110010 101011010 1000001 11110

Color Harmonies of #7F1B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1B33

Black with #7F1B33

Text Example


Text Example

White with #7F1B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,27,51); }

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

background-color css

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

 a { background-color: rgb(127,27,51); }

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

border-color css

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

 span { border-color: rgb(127,27,51); }

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