Html Css Color HEX #742B1F Pueblo

📋 copy color: '#742B1F'

red 116 ◦ green 43 ◦ blue 31

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

Shades of Pueblo #742B1F

Tints of Pueblo #742B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.63%

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

R = 61.05%
G = 22.63%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#742B1F (or 0x742B1F) is known color: Pueblo. HEX triplet: 74, 2B and 1F. RGB value is (116,43,31). Sum of RGB (Red+Green+Blue) = 116+43+31=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #742B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B1F is #8BD4E0. Grayscale: #3F3F3F. Windows color (decimal): -9164001 or 2042740. OLE color: 2042740.

HSL color Cylindrical-coordinate representation of color #742B1F: hue angle of 8.47º 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 #742B1F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 43 31 -
CMYK 0 0.63 0.73 0.55
HSL 8.47º 0.58% 0.29% -
HSV(B) 8.47º 0.73% 0.45% -
XYZ 8.31 5.54 1.93 -
YUV 63.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 116 43 31 0 0.63 0.73 0.55 8.47 0.58 0.29
Hex 74 2B 1F 0 3F 49 37 8 3A 1D
Octal 164 53 37 0 77 111 67 10 72 35
Binary 1110100 101011 11111 0 111111 1001001 110111 1000 111010 11101

Color Harmonies of #742B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B1F

Black with #742B1F

Text Example


Text Example

White with #742B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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