Html Css Color HEX #74263B Claret

📋 copy color: '#74263B'

red 116 ◦ green 38 ◦ blue 59

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

Shades of Claret #74263B

Tints of Claret #74263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

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

R = 54.46%
G = 17.84%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74263B (or 0x74263B) is known color: Claret. HEX triplet: 74, 26 and 3B. RGB value is (116,38,59). Sum of RGB (Red+Green+Blue) = 116+38+59=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74263B is #8BD9C4. Grayscale: #3F3F3F. Windows color (decimal): -9165253 or 3876468. OLE color: 3876468.

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

Color convert

RGB 116 38 59 -
CMYK 0 0.67 0.49 0.55
HSL 343.85º 0.51% 0.3% -
HSV(B) 343.85º 0.67% 0.45% -
XYZ 8.68 5.41 4.73 -
YUV 63.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 116 38 59 0 0.67 0.49 0.55 343.85 0.51 0.3
Hex 74 26 3B 0 43 31 37 158 33 1E
Octal 164 46 73 0 103 61 67 530 63 36
Binary 1110100 100110 111011 0 1000011 110001 110111 101011000 110011 11110

Color Harmonies of #74263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74263B

Black with #74263B

Text Example


Text Example

White with #74263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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