Html Css Color HEX #7F252D Scarlett

📋 copy color: '#7F252D'

red 127 ◦ green 37 ◦ blue 45

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

Shades of Scarlett #7F252D

Tints of Scarlett #7F252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 60.77%
G = 17.7%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F252D (or 0x7F252D) is known color: Scarlett. HEX triplet: 7F, 25 and 2D. RGB value is (127,37,45). Sum of RGB (Red+Green+Blue) = 127+37+45=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F252D is #80DAD2. Grayscale: #404040. Windows color (decimal): -8444627 or 2958719. OLE color: 2958719.

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

Color convert

RGB 127 37 45 -
CMYK 0 0.71 0.65 0.50
HSL 354.67º 0.55% 0.32% -
HSV(B) 354.67º 0.71% 0.5% -
XYZ 9.89 6.02 3.12 -
YUV 64.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 127 37 45 0 0.71 0.65 0.50 354.67 0.55 0.32
Hex 7F 25 2D 0 47 41 32 163 37 20
Octal 177 45 55 0 107 101 62 543 67 40
Binary 1111111 100101 101101 0 1000111 1000001 110010 101100011 110111 100000

Color Harmonies of #7F252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F252D

Black with #7F252D

Text Example


Text Example

White with #7F252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,37,45); }

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

background-color css

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

 a { background-color: rgb(127,37,45); }

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

border-color css

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

 span { border-color: rgb(127,37,45); }

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