Html Css Color HEX #7F232A Scarlett

📋 copy color: '#7F232A'

red 127 ◦ green 35 ◦ blue 42

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

Shades of Scarlett #7F232A

Tints of Scarlett #7F232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 62.25%
G = 17.16%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F232A (or 0x7F232A) is known color: Scarlett. HEX triplet: 7F, 23 and 2A. RGB value is (127,35,42). Sum of RGB (Red+Green+Blue) = 127+35+42=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F232A is #80DCD5. Grayscale: #3F3F3F. Windows color (decimal): -8445142 or 2761599. OLE color: 2761599.

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

Color convert

RGB 127 35 42 -
CMYK 0 0.72 0.67 0.50
HSL 355.43º 0.57% 0.32% -
HSV(B) 355.43º 0.72% 0.5% -
XYZ 9.77 5.88 2.81 -
YUV 63.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 127 35 42 0 0.72 0.67 0.50 355.43 0.57 0.32
Hex 7F 23 2A 0 48 43 32 163 39 20
Octal 177 43 52 0 110 103 62 543 71 40
Binary 1111111 100011 101010 0 1001000 1000011 110010 101100011 111001 100000

Color Harmonies of #7F232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F232A

Black with #7F232A

Text Example


Text Example

White with #7F232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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