Html Css Color HEX #74291F Pueblo

📋 copy color: '#74291F'

red 116 ◦ green 41 ◦ blue 31

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

Shades of Pueblo #74291F

Tints of Pueblo #74291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.49%

R = 61.7%
G = 21.81%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74291F (or 0x74291F) is known color: Pueblo. HEX triplet: 74, 29 and 1F. RGB value is (116,41,31). Sum of RGB (Red+Green+Blue) = 116+41+31=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #74291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74291F is #8BD6E0. Grayscale: #3E3E3E. Windows color (decimal): -9164513 or 2042228. OLE color: 2042228.

HSL color Cylindrical-coordinate representation of color #74291F: hue angle of 7.06º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74291F is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 31 -
CMYK 0 0.65 0.73 0.55
HSL 7.06º 0.58% 0.29% -
HSV(B) 7.06º 0.73% 0.45% -
XYZ 8.24 5.4 1.9 -
YUV 62.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 116 41 31 0 0.65 0.73 0.55 7.06 0.58 0.29
Hex 74 29 1F 0 41 49 37 7 3A 1D
Octal 164 51 37 0 101 111 67 7 72 35
Binary 1110100 101001 11111 0 1000001 1001001 110111 111 111010 11101

Color Harmonies of #74291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74291F

Black with #74291F

Text Example


Text Example

White with #74291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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