Html Css Color HEX #74260D Pueblo

📋 copy color: '#74260D'

red 116 ◦ green 38 ◦ blue 13

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

Shades of Pueblo #74260D

Tints of Pueblo #74260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.78%

R = 69.46%
G = 22.75%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74260D (or 0x74260D) is known color: Pueblo. HEX triplet: 74, 26 and 0D. RGB value is (116,38,13). Sum of RGB (Red+Green+Blue) = 116+38+13=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74260D is #8BD9F2. Grayscale: #3A3A3A. Windows color (decimal): -9165299 or 861812. OLE color: 861812.

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

Color convert

RGB 116 38 13 -
CMYK 0 0.67 0.89 0.55
HSL 14.56º 0.8% 0.25% -
HSV(B) 14.56º 0.89% 0.45% -
XYZ 7.97 5.13 0.95 -
YUV 58.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 116 38 13 0 0.67 0.89 0.55 14.56 0.8 0.25
Hex 74 26 D 0 43 59 37 F 50 19
Octal 164 46 15 0 103 131 67 17 120 31
Binary 1110100 100110 1101 0 1000011 1011001 110111 1111 1010000 11001

Color Harmonies of #74260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74260D

Black with #74260D

Text Example


Text Example

White with #74260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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