Html Css Color HEX #7F282E Scarlett

📋 copy color: '#7F282E'

red 127 ◦ green 40 ◦ blue 46

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

Shades of Scarlett #7F282E

Tints of Scarlett #7F282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 59.62%
G = 18.78%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F282E (or 0x7F282E) is known color: Scarlett. HEX triplet: 7F, 28 and 2E. RGB value is (127,40,46). Sum of RGB (Red+Green+Blue) = 127+40+46=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F282E is #80D7D1. Grayscale: #424242. Windows color (decimal): -8443858 or 3025023. OLE color: 3025023.

HSL color Cylindrical-coordinate representation of color #7F282E: hue angle of 355.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F282E is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 40 46 -
CMYK 0 0.69 0.64 0.50
HSL 355.86º 0.52% 0.33% -
HSV(B) 355.86º 0.69% 0.5% -
XYZ 10 6.23 3.26 -
YUV 66.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 127 40 46 0 0.69 0.64 0.50 355.86 0.52 0.33
Hex 7F 28 2E 0 45 40 32 164 34 21
Octal 177 50 56 0 105 100 62 544 64 41
Binary 1111111 101000 101110 0 1000101 1000000 110010 101100100 110100 100001

Color Harmonies of #7F282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F282E

Black with #7F282E

Text Example


Text Example

White with #7F282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,46); }

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

background-color css

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

 a { background-color: rgb(127,40,46); }

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

border-color css

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

 span { border-color: rgb(127,40,46); }

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