Html Css Color HEX #74253B Claret

📋 copy color: '#74253B'

red 116 ◦ green 37 ◦ blue 59

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

Shades of Claret #74253B

Tints of Claret #74253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 54.72%
G = 17.45%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74253B (or 0x74253B) is known color: Claret. HEX triplet: 74, 25 and 3B. RGB value is (116,37,59). Sum of RGB (Red+Green+Blue) = 116+37+59=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74253B is #8BDAC4. Grayscale: #3F3F3F. Windows color (decimal): -9165509 or 3876212. OLE color: 3876212.

HSL color Cylindrical-coordinate representation of color #74253B: hue angle of 343.29º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74253B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 59 -
CMYK 0 0.68 0.49 0.55
HSL 343.29º 0.52% 0.3% -
HSV(B) 343.29º 0.68% 0.45% -
XYZ 8.65 5.35 4.71 -
YUV 63.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 116 37 59 0 0.68 0.49 0.55 343.29 0.52 0.3
Hex 74 25 3B 0 44 31 37 157 34 1E
Octal 164 45 73 0 104 61 67 527 64 36
Binary 1110100 100101 111011 0 1000100 110001 110111 101010111 110100 11110

Color Harmonies of #74253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74253B

Black with #74253B

Text Example


Text Example

White with #74253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74253B; }

 p { color: rgb(116,37,59); }

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

background-color css

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

 a { background-color: rgb(116,37,59); }

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

border-color css

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

 span { border-color: rgb(116,37,59); }

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