Html Css Color HEX #7F1330 Scarlett

📋 copy color: '#7F1330'

red 127 ◦ green 19 ◦ blue 48

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

Shades of Scarlett #7F1330

Tints of Scarlett #7F1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 65.46%
G = 9.79%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F1330 (or 0x7F1330) is known color: Scarlett. HEX triplet: 7F, 13 and 30. RGB value is (127,19,48). Sum of RGB (Red+Green+Blue) = 127+19+48=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1330 is #80ECCF. Grayscale: #363636. Windows color (decimal): -8449232 or 3150719. OLE color: 3150719.

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

Color convert

RGB 127 19 48 -
CMYK 0 0.85 0.62 0.50
HSL 343.89º 0.74% 0.29% -
HSV(B) 343.89º 0.85% 0.5% -
XYZ 9.52 5.19 3.3 -
YUV 54.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 127 19 48 0 0.85 0.62 0.50 343.89 0.74 0.29
Hex 7F 13 30 0 55 3E 32 158 4A 1D
Octal 177 23 60 0 125 76 62 530 112 35
Binary 1111111 10011 110000 0 1010101 111110 110010 101011000 1001010 11101

Color Harmonies of #7F1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1330

Black with #7F1330

Text Example


Text Example

White with #7F1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,19,48); }

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

background-color css

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

 a { background-color: rgb(127,19,48); }

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

border-color css

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

 span { border-color: rgb(127,19,48); }

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