Html Css Color HEX #7F1530 Scarlett

📋 copy color: '#7F1530'

red 127 ◦ green 21 ◦ blue 48

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

Shades of Scarlett #7F1530

Tints of Scarlett #7F1530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 64.8%
G = 10.71%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F1530 (or 0x7F1530) is known color: Scarlett. HEX triplet: 7F, 15 and 30. RGB value is (127,21,48). Sum of RGB (Red+Green+Blue) = 127+21+48=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1530 is #80EACF. Grayscale: #373737. Windows color (decimal): -8448720 or 3151231. OLE color: 3151231.

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

Color convert

RGB 127 21 48 -
CMYK 0 0.83 0.62 0.50
HSL 344.72º 0.72% 0.29% -
HSV(B) 344.72º 0.83% 0.5% -
XYZ 9.55 5.26 3.31 -
YUV 55.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 127 21 48 0 0.83 0.62 0.50 344.72 0.72 0.29
Hex 7F 15 30 0 53 3E 32 159 48 1D
Octal 177 25 60 0 123 76 62 531 110 35
Binary 1111111 10101 110000 0 1010011 111110 110010 101011001 1001000 11101

Color Harmonies of #7F1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1530

Black with #7F1530

Text Example


Text Example

White with #7F1530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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