Html Css Color HEX #7F2135 Scarlett

📋 copy color: '#7F2135'

red 127 ◦ green 33 ◦ blue 53

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

Shades of Scarlett #7F2135

Tints of Scarlett #7F2135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.88%

R = 59.62%
G = 15.49%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#7F2135 (or 0x7F2135) is known color: Scarlett. HEX triplet: 7F, 21 and 35. RGB value is (127,33,53). Sum of RGB (Red+Green+Blue) = 127+33+53=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2135 is #80DECA. Grayscale: #3F3F3F. Windows color (decimal): -8445643 or 3481983. OLE color: 3481983.

HSL color Cylindrical-coordinate representation of color #7F2135: hue angle of 347.23º 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 #7F2135 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 33 53 -
CMYK 0 0.74 0.58 0.50
HSL 347.23º 0.59% 0.31% -
HSV(B) 347.23º 0.74% 0.5% -
XYZ 9.94 5.86 3.97 -
YUV 63.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 127 33 53 0 0.74 0.58 0.50 347.23 0.59 0.31
Hex 7F 21 35 0 4A 3A 32 15B 3B 1F
Octal 177 41 65 0 112 72 62 533 73 37
Binary 1111111 100001 110101 0 1001010 111010 110010 101011011 111011 11111

Color Harmonies of #7F2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2135

Black with #7F2135

Text Example


Text Example

White with #7F2135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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