Html Css Color HEX #742233 Claret

📋 copy color: '#742233'

red 116 ◦ green 34 ◦ blue 51

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

Shades of Claret #742233

Tints of Claret #742233

RGB

 RED value IS 116 (45.7% from 255) = 57.71%

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 51 (20.31% from 255) = 25.37%

R = 57.71%
G = 16.92%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#742233 (or 0x742233) is known color: Claret. HEX triplet: 74, 22 and 33. RGB value is (116,34,51). Sum of RGB (Red+Green+Blue) = 116+34+51=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #742233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742233 is #8BDDCC. Grayscale: #3C3C3C. Windows color (decimal): -9166285 or 3351156. OLE color: 3351156.

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

Color convert

RGB 116 34 51 -
CMYK 0 0.71 0.56 0.55
HSL 347.56º 0.55% 0.29% -
HSV(B) 347.56º 0.71% 0.45% -
XYZ 8.37 5.1 3.67 -
YUV 60.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 116 34 51 0 0.71 0.56 0.55 347.56 0.55 0.29
Hex 74 22 33 0 47 38 37 15C 37 1D
Octal 164 42 63 0 107 70 67 534 67 35
Binary 1110100 100010 110011 0 1000111 111000 110111 101011100 110111 11101

Color Harmonies of #742233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742233

Black with #742233

Text Example


Text Example

White with #742233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742233; }

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

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

background-color css

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

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

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

border-color css

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

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

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