Html Css Color HEX #7F213C Scarlett

📋 copy color: '#7F213C'

red 127 ◦ green 33 ◦ blue 60

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

Shades of Scarlett #7F213C

Tints of Scarlett #7F213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 57.73%
G = 15%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F213C (or 0x7F213C) is known color: Scarlett. HEX triplet: 7F, 21 and 3C. RGB value is (127,33,60). Sum of RGB (Red+Green+Blue) = 127+33+60=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F213C is #80DEC3. Grayscale: #404040. Windows color (decimal): -8445636 or 3940735. OLE color: 3940735.

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

Color convert

RGB 127 33 60 -
CMYK 0 0.74 0.53 0.50
HSL 342.77º 0.59% 0.31% -
HSV(B) 342.77º 0.74% 0.5% -
XYZ 10.11 5.93 4.89 -
YUV 64.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 127 33 60 0 0.74 0.53 0.50 342.77 0.59 0.31
Hex 7F 21 3C 0 4A 35 32 157 3B 1F
Octal 177 41 74 0 112 65 62 527 73 37
Binary 1111111 100001 111100 0 1001010 110101 110010 101010111 111011 11111

Color Harmonies of #7F213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F213C

Black with #7F213C

Text Example


Text Example

White with #7F213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,33,60); }

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

background-color css

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

 a { background-color: rgb(127,33,60); }

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

border-color css

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

 span { border-color: rgb(127,33,60); }

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