#74102F

Color #74102F Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #74102F

Tints of Claret #74102F

Color information

#74102F (or 0x74102F) is unknown color: approx Claret. HEX triplet: 74, 10 and 2F. RGB value is (116,16,47). Sum of RGB (Red+Green+Blue) = 116+16+47=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74102F is #8BEFD0. Grayscale: #313131. Windows color (decimal): -9170897 or 3084404. OLE color: 3084404.

HSL color Cylindrical-coordinate representation of color #74102F: hue angle of 341.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74102F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1161647-
CMYK00.860.590.55
HSL341.4º75.76%25.88%-
HSV(B)341.4º86.21%45.49%-
XYZ7.94.293.1-
YUV49.43126.63175.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.80%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=64.80%
G=8.94%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116164700.860.590.55341.475.7625.88
Hex74102F0563B371554c1a
Octal16420570126736752511432
Binary11101001000010111101010110111011110111101010101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74102F; }

 p { color: rgb(116,16,47); }

 H1.HeaderClassName
 {
   color: #74102F;
 }
 .AnyTagClassName
 {
   color: #74102F;
 }
</style>
background-color css

<style>
 a { background-color: #74102F; }

 a { background-color: rgb(116,16,47); }

 div.DivClassName
 {
   background-color: #74102F;
 }
 .BgClassName
 {
   background-color: #74102F;
 }
</style>
border-color css

<style>
 span { border-color: #74102F; }

 span { border-color: rgb(116,16,47); }

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