Html Css Color HEX #743328 Pueblo

📋 copy color: '#743328'

red 116 ◦ green 51 ◦ blue 40

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

Shades of Pueblo #743328

Tints of Pueblo #743328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 40 (16.02% from 255) = 19.32%

R = 56.04%
G = 24.64%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#743328 (or 0x743328) is known color: Pueblo. HEX triplet: 74, 33 and 28. RGB value is (116,51,40). Sum of RGB (Red+Green+Blue) = 116+51+40=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #743328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743328 is #8BCCD7. Grayscale: #454545. Windows color (decimal): -9161944 or 2634612. OLE color: 2634612.

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

Color convert

RGB 116 51 40 -
CMYK 0 0.56 0.66 0.55
HSL 8.68º 0.49% 0.31% -
HSV(B) 8.68º 0.66% 0.45% -
XYZ 8.77 6.23 2.75 -
YUV 69.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 116 51 40 0 0.56 0.66 0.55 8.68 0.49 0.31
Hex 74 33 28 0 38 42 37 9 31 1F
Octal 164 63 50 0 70 102 67 11 61 37
Binary 1110100 110011 101000 0 111000 1000010 110111 1001 110001 11111

Color Harmonies of #743328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743328

Black with #743328

Text Example


Text Example

White with #743328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743328; }

 p { color: rgb(116,51,40); }

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

background-color css

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

 a { background-color: rgb(116,51,40); }

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

border-color css

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

 span { border-color: rgb(116,51,40); }

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