Html Css Color HEX #74291B Pueblo

📋 copy color: '#74291B'

red 116 ◦ green 41 ◦ blue 27

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

Shades of Pueblo #74291B

Tints of Pueblo #74291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

 BLUE value IS 27 (10.94% from 255) = 14.67%

R = 63.04%
G = 22.28%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74291B (or 0x74291B) is known color: Pueblo. HEX triplet: 74, 29 and 1B. RGB value is (116,41,27). Sum of RGB (Red+Green+Blue) = 116+41+27=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74291B is #8BD6E4. Grayscale: #3D3D3D. Windows color (decimal): -9164517 or 1780084. OLE color: 1780084.

HSL color Cylindrical-coordinate representation of color #74291B: hue angle of 9.44º 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 #74291B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 27 -
CMYK 0 0.65 0.77 0.55
HSL 9.44º 0.62% 0.28% -
HSV(B) 9.44º 0.77% 0.45% -
XYZ 8.19 5.38 1.64 -
YUV 61.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 116 41 27 0 0.65 0.77 0.55 9.44 0.62 0.28
Hex 74 29 1B 0 41 4D 37 9 3E 1C
Octal 164 51 33 0 101 115 67 11 76 34
Binary 1110100 101001 11011 0 1000001 1001101 110111 1001 111110 11100

Color Harmonies of #74291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74291B

Black with #74291B

Text Example


Text Example

White with #74291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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