Html Css Color HEX #741800 Maroon

📋 copy color: '#741800'

red 116 ◦ green 24 ◦ blue 0

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

Shades of Maroon #741800

Tints of Maroon #741800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.86%
G = 17.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#741800 (or 0x741800) is known color: Maroon. HEX triplet: 74, 18 and 00. RGB value is (116,24,0). Sum of RGB (Red+Green+Blue) = 116+24+0=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #741800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741800 is #8BE7FF. Grayscale: #303030. Windows color (decimal): -9168896 or 6260. OLE color: 6260.

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

Color convert

RGB 116 24 0 -
CMYK 0 0.79 1 0.55
HSL 12.41º 1% 0.23% -
HSV(B) 12.41º 1% 0.45% -
XYZ 7.53 4.37 0.45 -
YUV 48.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 116 24 0 0 0.79 1 0.55 12.41 1 0.23
Hex 74 18 0 0 4F 64 37 C 64 17
Octal 164 30 0 0 117 144 67 14 144 27
Binary 1110100 11000 0 0 1001111 1100100 110111 1100 1100100 10111

Color Harmonies of #741800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741800

Black with #741800

Text Example


Text Example

White with #741800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741800; }

 p { color: rgb(116,24,0); }

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

background-color css

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

 a { background-color: rgb(116,24,0); }

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

border-color css

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

 span { border-color: rgb(116,24,0); }

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