Html Css Color HEX #742038 Claret

📋 copy color: '#742038'

red 116 ◦ green 32 ◦ blue 56

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

Shades of Claret #742038

Tints of Claret #742038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

 BLUE value IS 56 (22.27% from 255) = 27.45%

R = 56.86%
G = 15.69%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#742038 (or 0x742038) is known color: Claret. HEX triplet: 74, 20 and 38. RGB value is (116,32,56). Sum of RGB (Red+Green+Blue) = 116+32+56=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #742038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742038 is #8BDFC7. Grayscale: #3B3B3B. Windows color (decimal): -9166792 or 3678324. OLE color: 3678324.

HSL color Cylindrical-coordinate representation of color #742038: hue angle of 342.86º degrees, saturation: 0.57, 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 #742038 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 56 -
CMYK 0 0.72 0.52 0.55
HSL 342.86º 0.57% 0.29% -
HSV(B) 342.86º 0.72% 0.45% -
XYZ 8.43 5.03 4.27 -
YUV 59.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 116 32 56 0 0.72 0.52 0.55 342.86 0.57 0.29
Hex 74 20 38 0 48 34 37 157 39 1D
Octal 164 40 70 0 110 64 67 527 71 35
Binary 1110100 100000 111000 0 1001000 110100 110111 101010111 111001 11101

Color Harmonies of #742038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742038

Black with #742038

Text Example


Text Example

White with #742038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742038; }

 p { color: rgb(116,32,56); }

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

background-color css

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

 a { background-color: rgb(116,32,56); }

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

border-color css

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

 span { border-color: rgb(116,32,56); }

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