Html Css Color HEX #743123 Pueblo

📋 copy color: '#743123'

red 116 ◦ green 49 ◦ blue 35

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

Shades of Pueblo #743123

Tints of Pueblo #743123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 35 (14.06% from 255) = 17.5%

R = 58%
G = 24.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#743123 (or 0x743123) is known color: Pueblo. HEX triplet: 74, 31 and 23. RGB value is (116,49,35). Sum of RGB (Red+Green+Blue) = 116+49+35=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #743123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743123 is #8BCEDC. Grayscale: #434343. Windows color (decimal): -9162461 or 2306420. OLE color: 2306420.

HSL color Cylindrical-coordinate representation of color #743123: hue angle of 10.37º 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 #743123 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 35 -
CMYK 0 0.58 0.70 0.55
HSL 10.37º 0.54% 0.3% -
HSV(B) 10.37º 0.7% 0.45% -
XYZ 8.6 6.03 2.3 -
YUV 67.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 116 49 35 0 0.58 0.70 0.55 10.37 0.54 0.3
Hex 74 31 23 0 3A 46 37 A 36 1E
Octal 164 61 43 0 72 106 67 12 66 36
Binary 1110100 110001 100011 0 111010 1000110 110111 1010 110110 11110

Color Harmonies of #743123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743123

Black with #743123

Text Example


Text Example

White with #743123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743123; }

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

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

background-color css

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

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

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

border-color css

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

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

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