Html Css Color HEX #74271B Pueblo

📋 copy color: '#74271B'

red 116 ◦ green 39 ◦ blue 27

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

Shades of Pueblo #74271B

Tints of Pueblo #74271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.43%

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 63.74%
G = 21.43%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74271B (or 0x74271B) is known color: Pueblo. HEX triplet: 74, 27 and 1B. RGB value is (116,39,27). Sum of RGB (Red+Green+Blue) = 116+39+27=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74271B is #8BD8E4. Grayscale: #3C3C3C. Windows color (decimal): -9165029 or 1779572. OLE color: 1779572.

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

Color convert

RGB 116 39 27 -
CMYK 0 0.66 0.77 0.55
HSL 8.09º 0.62% 0.28% -
HSV(B) 8.09º 0.77% 0.45% -
XYZ 8.13 5.24 1.62 -
YUV 60.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 116 39 27 0 0.66 0.77 0.55 8.09 0.62 0.28
Hex 74 27 1B 0 42 4D 37 8 3E 1C
Octal 164 47 33 0 102 115 67 10 76 34
Binary 1110100 100111 11011 0 1000010 1001101 110111 1000 111110 11100

Color Harmonies of #74271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74271B

Black with #74271B

Text Example


Text Example

White with #74271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,39,27); }

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

background-color css

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

 a { background-color: rgb(116,39,27); }

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

border-color css

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

 span { border-color: rgb(116,39,27); }

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