Html Css Color HEX #74233B Claret

📋 copy color: '#74233B'

red 116 ◦ green 35 ◦ blue 59

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

Shades of Claret #74233B

Tints of Claret #74233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

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

R = 55.24%
G = 16.67%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74233B (or 0x74233B) is known color: Claret. HEX triplet: 74, 23 and 3B. RGB value is (116,35,59). Sum of RGB (Red+Green+Blue) = 116+35+59=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74233B is #8BDCC4. Grayscale: #3D3D3D. Windows color (decimal): -9166021 or 3875700. OLE color: 3875700.

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

Color convert

RGB 116 35 59 -
CMYK 0 0.70 0.49 0.55
HSL 342.22º 0.54% 0.3% -
HSV(B) 342.22º 0.7% 0.45% -
XYZ 8.59 5.23 4.69 -
YUV 61.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 116 35 59 0 0.70 0.49 0.55 342.22 0.54 0.3
Hex 74 23 3B 0 46 31 37 156 36 1E
Octal 164 43 73 0 106 61 67 526 66 36
Binary 1110100 100011 111011 0 1000110 110001 110111 101010110 110110 11110

Color Harmonies of #74233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74233B

Black with #74233B

Text Example


Text Example

White with #74233B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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