Html Css Color HEX #7F232E Scarlett

📋 copy color: '#7F232E'

red 127 ◦ green 35 ◦ blue 46

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

Shades of Scarlett #7F232E

Tints of Scarlett #7F232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 61.06%
G = 16.83%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F232E (or 0x7F232E) is known color: Scarlett. HEX triplet: 7F, 23 and 2E. RGB value is (127,35,46). Sum of RGB (Red+Green+Blue) = 127+35+46=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F232E is #80DCD1. Grayscale: #3F3F3F. Windows color (decimal): -8445138 or 3023743. OLE color: 3023743.

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

Color convert

RGB 127 35 46 -
CMYK 0 0.72 0.64 0.50
HSL 352.83º 0.57% 0.32% -
HSV(B) 352.83º 0.72% 0.5% -
XYZ 9.85 5.91 3.21 -
YUV 63.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 127 35 46 0 0.72 0.64 0.50 352.83 0.57 0.32
Hex 7F 23 2E 0 48 40 32 161 39 20
Octal 177 43 56 0 110 100 62 541 71 40
Binary 1111111 100011 101110 0 1001000 1000000 110010 101100001 111001 100000

Color Harmonies of #7F232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F232E

Black with #7F232E

Text Example


Text Example

White with #7F232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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