#74223A

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

Shades of Claret #74223A

Tints of Claret #74223A

Color information

#74223A (or 0x74223A) is unknown color: approx Claret. HEX triplet: 74, 22 and 3A. RGB value is (116,34,58). Sum of RGB (Red+Green+Blue) = 116+34+58=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74223A is #8BDDC5. Grayscale: #3D3D3D. Windows color (decimal): -9166278 or 3809908. OLE color: 3809908.

HSL color Cylindrical-coordinate representation of color #74223A: hue angle of 342.44º 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 #74223A is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB1163458-
CMYK00.710.50.55
HSL342.44º54.67%29.41%-
HSV(B)342.44º70.69%45.49%-
XYZ8.545.164.55-
YUV61.25126.17167.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.77%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=55.77%
G=16.35%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116345800.710.50.55342.4454.6729.41
Hex74223A0473237156371d
Octal1644272010762675266735
Binary11101001000101110100100011111001011011110101011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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