#74223C

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

Shades of Claret #74223C

Tints of Claret #74223C

Color information

#74223C (or 0x74223C) is unknown color: approx Claret. HEX triplet: 74, 22 and 3C. RGB value is (116,34,60). Sum of RGB (Red+Green+Blue) = 116+34+60=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74223C is #8BDDC3. Grayscale: #3D3D3D. Windows color (decimal): -9166276 or 3940980. OLE color: 3940980.

HSL color Cylindrical-coordinate representation of color #74223C: hue angle of 340.98º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74223C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1163460-
CMYK00.710.480.55
HSL340.98º54.67%29.41%-
HSV(B)340.98º70.69%45.49%-
XYZ8.595.184.82-
YUV61.48127.17166.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.24%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 60 (23.83% from 255) = 28.57%
R=55.24%
G=16.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116346000.710.480.55340.9854.6729.41
Hex74223C0473037155371d
Octal1644274010760675256735
Binary11101001000101111000100011111000011011110101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74223C; }

 p { color: rgb(116,34,60); }

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

<style>
 a { background-color: #74223C; }

 a { background-color: rgb(116,34,60); }

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

<style>
 span { border-color: #74223C; }

 span { border-color: rgb(116,34,60); }

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