Html Css Color HEX #742230 Claret

📋 copy color: '#742230'

red 116 ◦ green 34 ◦ blue 48

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

Shades of Claret #742230

Tints of Claret #742230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 58.59%
G = 17.17%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#742230 (or 0x742230) is known color: Claret. HEX triplet: 74, 22 and 30. RGB value is (116,34,48). Sum of RGB (Red+Green+Blue) = 116+34+48=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #742230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742230 is #8BDDCF. Grayscale: #3C3C3C. Windows color (decimal): -9166288 or 3154548. OLE color: 3154548.

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

Color convert

RGB 116 34 48 -
CMYK 0 0.71 0.59 0.55
HSL 349.76º 0.55% 0.29% -
HSV(B) 349.76º 0.71% 0.45% -
XYZ 8.31 5.07 3.34 -
YUV 60.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 116 34 48 0 0.71 0.59 0.55 349.76 0.55 0.29
Hex 74 22 30 0 47 3B 37 15E 37 1D
Octal 164 42 60 0 107 73 67 536 67 35
Binary 1110100 100010 110000 0 1000111 111011 110111 101011110 110111 11101

Color Harmonies of #742230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742230

Black with #742230

Text Example


Text Example

White with #742230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742230; }

 p { color: rgb(116,34,48); }

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

background-color css

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

 a { background-color: rgb(116,34,48); }

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

border-color css

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

 span { border-color: rgb(116,34,48); }

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