Html Css Color HEX #741B30 Claret

📋 copy color: '#741B30'

red 116 ◦ green 27 ◦ blue 48

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

Shades of Claret #741B30

Tints of Claret #741B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.14%

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

R = 60.73%
G = 14.14%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#741B30 (or 0x741B30) is known color: Claret. HEX triplet: 74, 1B and 30. RGB value is (116,27,48). Sum of RGB (Red+Green+Blue) = 116+27+48=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #741B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B30 is #8BE4CF. Grayscale: #383838. Windows color (decimal): -9168080 or 3152756. OLE color: 3152756.

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

Color convert

RGB 116 27 48 -
CMYK 0 0.77 0.59 0.55
HSL 345.84º 0.62% 0.28% -
HSV(B) 345.84º 0.77% 0.45% -
XYZ 8.13 4.71 3.28 -
YUV 56.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 116 27 48 0 0.77 0.59 0.55 345.84 0.62 0.28
Hex 74 1B 30 0 4D 3B 37 15A 3E 1C
Octal 164 33 60 0 115 73 67 532 76 34
Binary 1110100 11011 110000 0 1001101 111011 110111 101011010 111110 11100

Color Harmonies of #741B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B30

Black with #741B30

Text Example


Text Example

White with #741B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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