Html Css Color HEX #742430 Claret

📋 copy color: '#742430'

red 116 ◦ green 36 ◦ blue 48

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

Shades of Claret #742430

Tints of Claret #742430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

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

R = 58%
G = 18%
B = 24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#742430 (or 0x742430) is known color: Claret. HEX triplet: 74, 24 and 30. RGB value is (116,36,48). Sum of RGB (Red+Green+Blue) = 116+36+48=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #742430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742430 is #8BDBCF. Grayscale: #3D3D3D. Windows color (decimal): -9165776 or 3155060. OLE color: 3155060.

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

Color convert

RGB 116 36 48 -
CMYK 0 0.69 0.59 0.55
HSL 351º 0.53% 0.3% -
HSV(B) 351º 0.69% 0.45% -
XYZ 8.37 5.19 3.36 -
YUV 61.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 116 36 48 0 0.69 0.59 0.55 351 0.53 0.3
Hex 74 24 30 0 45 3B 37 15F 35 1E
Octal 164 44 60 0 105 73 67 537 65 36
Binary 1110100 100100 110000 0 1000101 111011 110111 101011111 110101 11110

Color Harmonies of #742430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742430

Black with #742430

Text Example


Text Example

White with #742430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742430; }

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

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

background-color css

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

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

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

border-color css

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

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

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