Html Css Color HEX #7F183A Claret

📋 copy color: '#7F183A'

red 127 ◦ green 24 ◦ blue 58

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

Shades of Claret #7F183A

Tints of Claret #7F183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

 BLUE value IS 58 (23.05% from 255) = 27.75%

R = 60.77%
G = 11.48%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F183A (or 0x7F183A) is known color: Claret. HEX triplet: 7F, 18 and 3A. RGB value is (127,24,58). Sum of RGB (Red+Green+Blue) = 127+24+58=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F183A is #80E7C5. Grayscale: #3A3A3A. Windows color (decimal): -8447942 or 3807359. OLE color: 3807359.

HSL color Cylindrical-coordinate representation of color #7F183A: hue angle of 340.19º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F183A is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 24 58 -
CMYK 0 0.81 0.54 0.50
HSL 340.19º 0.68% 0.3% -
HSV(B) 340.19º 0.81% 0.5% -
XYZ 9.84 5.47 4.54 -
YUV 58.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 127 24 58 0 0.81 0.54 0.50 340.19 0.68 0.3
Hex 7F 18 3A 0 51 36 32 154 44 1E
Octal 177 30 72 0 121 66 62 524 104 36
Binary 1111111 11000 111010 0 1010001 110110 110010 101010100 1000100 11110

Color Harmonies of #7F183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F183A

Black with #7F183A

Text Example


Text Example

White with #7F183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,24,58); }

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

background-color css

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

 a { background-color: rgb(127,24,58); }

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

border-color css

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

 span { border-color: rgb(127,24,58); }

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