Html Css Color HEX #74260B Pueblo

📋 copy color: '#74260B'

red 116 ◦ green 38 ◦ blue 11

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

Shades of Pueblo #74260B

Tints of Pueblo #74260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

 BLUE value IS 11 (4.69% from 255) = 6.67%

R = 70.3%
G = 23.03%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74260B (or 0x74260B) is known color: Pueblo. HEX triplet: 74, 26 and 0B. RGB value is (116,38,11). Sum of RGB (Red+Green+Blue) = 116+38+11=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74260B is #8BD9F4. Grayscale: #3A3A3A. Windows color (decimal): -9165301 or 730740. OLE color: 730740.

HSL color Cylindrical-coordinate representation of color #74260B: hue angle of 15.43º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74260B is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 11 -
CMYK 0 0.67 0.91 0.55
HSL 15.43º 0.83% 0.25% -
HSV(B) 15.43º 0.91% 0.45% -
XYZ 7.96 5.12 0.89 -
YUV 58.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 116 38 11 0 0.67 0.91 0.55 15.43 0.83 0.25
Hex 74 26 B 0 43 5B 37 F 53 19
Octal 164 46 13 0 103 133 67 17 123 31
Binary 1110100 100110 1011 0 1000011 1011011 110111 1111 1010011 11001

Color Harmonies of #74260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74260B

Black with #74260B

Text Example


Text Example

White with #74260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,38,11); }

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

background-color css

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

 a { background-color: rgb(116,38,11); }

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

border-color css

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

 span { border-color: rgb(116,38,11); }

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