Html Css Color HEX #7F232B Scarlett

📋 copy color: '#7F232B'

red 127 ◦ green 35 ◦ blue 43

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

Shades of Scarlett #7F232B

Tints of Scarlett #7F232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 61.95%
G = 17.07%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F232B (or 0x7F232B) is known color: Scarlett. HEX triplet: 7F, 23 and 2B. RGB value is (127,35,43). Sum of RGB (Red+Green+Blue) = 127+35+43=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F232B is #80DCD4. Grayscale: #3F3F3F. Windows color (decimal): -8445141 or 2827135. OLE color: 2827135.

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

Color convert

RGB 127 35 43 -
CMYK 0 0.72 0.66 0.50
HSL 354.78º 0.57% 0.32% -
HSV(B) 354.78º 0.72% 0.5% -
XYZ 9.79 5.89 2.91 -
YUV 63.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 127 35 43 0 0.72 0.66 0.50 354.78 0.57 0.32
Hex 7F 23 2B 0 48 42 32 163 39 20
Octal 177 43 53 0 110 102 62 543 71 40
Binary 1111111 100011 101011 0 1001000 1000010 110010 101100011 111001 100000

Color Harmonies of #7F232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F232B

Black with #7F232B

Text Example


Text Example

White with #7F232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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