Html Css Color HEX #742A1F Pueblo

📋 copy color: '#742A1F'

red 116 ◦ green 42 ◦ blue 31

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

Shades of Pueblo #742A1F

Tints of Pueblo #742A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.22%

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

R = 61.38%
G = 22.22%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#742A1F (or 0x742A1F) is known color: Pueblo. HEX triplet: 74, 2A and 1F. RGB value is (116,42,31). Sum of RGB (Red+Green+Blue) = 116+42+31=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #742A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A1F is #8BD5E0. Grayscale: #3E3E3E. Windows color (decimal): -9164257 or 2042484. OLE color: 2042484.

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

Color convert

RGB 116 42 31 -
CMYK 0 0.64 0.73 0.55
HSL 7.76º 0.58% 0.29% -
HSV(B) 7.76º 0.73% 0.45% -
XYZ 8.28 5.47 1.92 -
YUV 62.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 116 42 31 0 0.64 0.73 0.55 7.76 0.58 0.29
Hex 74 2A 1F 0 40 49 37 8 3A 1D
Octal 164 52 37 0 100 111 67 10 72 35
Binary 1110100 101010 11111 0 1000000 1001001 110111 1000 111010 11101

Color Harmonies of #742A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A1F

Black with #742A1F

Text Example


Text Example

White with #742A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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