Html Css Color HEX #74281D Pueblo

📋 copy color: '#74281D'

red 116 ◦ green 40 ◦ blue 29

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

Shades of Pueblo #74281D

Tints of Pueblo #74281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 62.7%
G = 21.62%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74281D (or 0x74281D) is known color: Pueblo. HEX triplet: 74, 28 and 1D. RGB value is (116,40,29). Sum of RGB (Red+Green+Blue) = 116+40+29=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #74281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74281D is #8BD7E2. Grayscale: #3D3D3D. Windows color (decimal): -9164771 or 1910900. OLE color: 1910900.

HSL color Cylindrical-coordinate representation of color #74281D: hue angle of 7.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74281D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 29 -
CMYK 0 0.66 0.75 0.55
HSL 7.59º 0.6% 0.28% -
HSV(B) 7.59º 0.75% 0.45% -
XYZ 8.18 5.32 1.76 -
YUV 61.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 116 40 29 0 0.66 0.75 0.55 7.59 0.6 0.28
Hex 74 28 1D 0 42 4B 37 8 3C 1C
Octal 164 50 35 0 102 113 67 10 74 34
Binary 1110100 101000 11101 0 1000010 1001011 110111 1000 111100 11100

Color Harmonies of #74281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74281D

Black with #74281D

Text Example


Text Example

White with #74281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,40,29); }

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

background-color css

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

 a { background-color: rgb(116,40,29); }

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

border-color css

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

 span { border-color: rgb(116,40,29); }

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