Html Css Color HEX #7F183B Claret

📋 copy color: '#7F183B'

red 127 ◦ green 24 ◦ blue 59

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

Shades of Claret #7F183B

Tints of Claret #7F183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 60.48%
G = 11.43%
B = 28.1%

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

#7F183B (or 0x7F183B) is known color: Claret. HEX triplet: 7F, 18 and 3B. RGB value is (127,24,59). Sum of RGB (Red+Green+Blue) = 127+24+59=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F183B is #80E7C4. Grayscale: #3A3A3A. Windows color (decimal): -8447941 or 3872895. OLE color: 3872895.

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

Color convert

RGB 127 24 59 -
CMYK 0 0.81 0.54 0.50
HSL 339.61º 0.68% 0.3% -
HSV(B) 339.61º 0.81% 0.5% -
XYZ 9.87 5.48 4.68 -
YUV 58.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 127 24 59 0 0.81 0.54 0.50 339.61 0.68 0.3
Hex 7F 18 3B 0 51 36 32 154 44 1E
Octal 177 30 73 0 121 66 62 524 104 36
Binary 1111111 11000 111011 0 1010001 110110 110010 101010100 1000100 11110

Color Harmonies of #7F183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F183B

Black with #7F183B

Text Example


Text Example

White with #7F183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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