Html Css Color HEX #74102F Claret

📋 copy color: '#74102F'

red 116 ◦ green 16 ◦ blue 47

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

Shades of Claret #74102F

Tints of Claret #74102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 64.8%
G = 8.94%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74102F (or 0x74102F) is known color: Claret. HEX triplet: 74, 10 and 2F. RGB value is (116,16,47). Sum of RGB (Red+Green+Blue) = 116+16+47=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74102F is #8BEFD0. Grayscale: #313131. Windows color (decimal): -9170897 or 3084404. OLE color: 3084404.

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

Color convert

RGB 116 16 47 -
CMYK 0 0.86 0.59 0.55
HSL 341.4º 0.76% 0.26% -
HSV(B) 341.4º 0.86% 0.45% -
XYZ 7.9 4.29 3.1 -
YUV 49.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 116 16 47 0 0.86 0.59 0.55 341.4 0.76 0.26
Hex 74 10 2F 0 56 3B 37 155 4C 1A
Octal 164 20 57 0 126 73 67 525 114 32
Binary 1110100 10000 101111 0 1010110 111011 110111 101010101 1001100 11010

Color Harmonies of #74102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74102F

Black with #74102F

Text Example


Text Example

White with #74102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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