Html Css Color HEX #74202F Claret

📋 copy color: '#74202F'

red 116 ◦ green 32 ◦ blue 47

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

Shades of Claret #74202F

Tints of Claret #74202F

RGB

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

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

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

R = 59.49%
G = 16.41%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74202F (or 0x74202F) is known color: Claret. HEX triplet: 74, 20 and 2F. RGB value is (116,32,47). Sum of RGB (Red+Green+Blue) = 116+32+47=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74202F is #8BDFD0. Grayscale: #3A3A3A. Windows color (decimal): -9166801 or 3088500. OLE color: 3088500.

HSL color Cylindrical-coordinate representation of color #74202F: hue angle of 349.29º 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 #74202F is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 47 -
CMYK 0 0.72 0.59 0.55
HSL 349.29º 0.57% 0.29% -
HSV(B) 349.29º 0.72% 0.45% -
XYZ 8.23 4.95 3.21 -
YUV 58.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 116 32 47 0 0.72 0.59 0.55 349.29 0.57 0.29
Hex 74 20 2F 0 48 3B 37 15D 39 1D
Octal 164 40 57 0 110 73 67 535 71 35
Binary 1110100 100000 101111 0 1001000 111011 110111 101011101 111001 11101

Color Harmonies of #74202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74202F

Black with #74202F

Text Example


Text Example

White with #74202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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