#74212F

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

Shades of Claret #74212F

Tints of Claret #74212F

Color information

#74212F (or 0x74212F) is unknown color: approx Claret. HEX triplet: 74, 21 and 2F. RGB value is (116,33,47). Sum of RGB (Red+Green+Blue) = 116+33+47=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74212F is #8BDED0. Grayscale: #3B3B3B. Windows color (decimal): -9166545 or 3088756. OLE color: 3088756.

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

Color convert

RGB1163347-
CMYK00.720.590.55
HSL349.88º55.7%29.22%-
HSV(B)349.88º71.55%45.49%-
XYZ8.265.013.22-
YUV59.41121168.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=59.18%
G=16.84%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116334700.720.590.55349.8855.729.22
Hex74212F0483B3715e381d
Octal1644157011073675367035
Binary11101001000011011110100100011101111011110101111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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