Html Css Color HEX #743127 Pueblo

📋 copy color: '#743127'

red 116 ◦ green 49 ◦ blue 39

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

Shades of Pueblo #743127

Tints of Pueblo #743127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.12%

R = 56.86%
G = 24.02%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#743127 (or 0x743127) is known color: Pueblo. HEX triplet: 74, 31 and 27. RGB value is (116,49,39). Sum of RGB (Red+Green+Blue) = 116+49+39=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743127 is #8BCED8. Grayscale: #444444. Windows color (decimal): -9162457 or 2568564. OLE color: 2568564.

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

Color convert

RGB 116 49 39 -
CMYK 0 0.58 0.66 0.55
HSL 7.79º 0.5% 0.3% -
HSV(B) 7.79º 0.66% 0.45% -
XYZ 8.67 6.06 2.63 -
YUV 67.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 116 49 39 0 0.58 0.66 0.55 7.79 0.5 0.3
Hex 74 31 27 0 3A 42 37 8 32 1E
Octal 164 61 47 0 72 102 67 10 62 36
Binary 1110100 110001 100111 0 111010 1000010 110111 1000 110010 11110

Color Harmonies of #743127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743127

Black with #743127

Text Example


Text Example

White with #743127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743127; }

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

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

background-color css

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

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

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

border-color css

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

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

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