Html Css Color HEX #7F2833 Scarlett

📋 copy color: '#7F2833'

red 127 ◦ green 40 ◦ blue 51

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

Shades of Scarlett #7F2833

Tints of Scarlett #7F2833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 58.26%
G = 18.35%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F2833 (or 0x7F2833) is known color: Scarlett. HEX triplet: 7F, 28 and 33. RGB value is (127,40,51). Sum of RGB (Red+Green+Blue) = 127+40+51=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2833 is #80D7CC. Grayscale: #434343. Windows color (decimal): -8443853 or 3352703. OLE color: 3352703.

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

Color convert

RGB 127 40 51 -
CMYK 0 0.69 0.60 0.50
HSL 352.41º 0.52% 0.33% -
HSV(B) 352.41º 0.69% 0.5% -
XYZ 10.11 6.27 3.81 -
YUV 67.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 127 40 51 0 0.69 0.60 0.50 352.41 0.52 0.33
Hex 7F 28 33 0 45 3C 32 160 34 21
Octal 177 50 63 0 105 74 62 540 64 41
Binary 1111111 101000 110011 0 1000101 111100 110010 101100000 110100 100001

Color Harmonies of #7F2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2833

Black with #7F2833

Text Example


Text Example

White with #7F2833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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