Html Css Color HEX #75291B Pueblo

📋 copy color: '#75291B'

red 117 ◦ green 41 ◦ blue 27

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

Shades of Pueblo #75291B

Tints of Pueblo #75291B

RGB

 RED value IS 117 (46.09% from 255) = 63.24%

 GREEN value IS 41 (16.41% from 255) = 22.16%

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

R = 63.24%
G = 22.16%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75291B (or 0x75291B) is known color: Pueblo. HEX triplet: 75, 29 and 1B. RGB value is (117,41,27). Sum of RGB (Red+Green+Blue) = 117+41+27=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75291B is #8AD6E4. Grayscale: #3E3E3E. Windows color (decimal): -9098981 or 1780085. OLE color: 1780085.

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

Color convert

RGB 117 41 27 -
CMYK 0 0.65 0.77 0.54
HSL 9.33º 0.63% 0.28% -
HSV(B) 9.33º 0.77% 0.46% -
XYZ 8.33 5.45 1.65 -
YUV 62.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 117 41 27 0 0.65 0.77 0.54 9.33 0.63 0.28
Hex 75 29 1B 0 41 4D 36 9 3E 1C
Octal 165 51 33 0 101 115 66 11 76 34
Binary 1110101 101001 11011 0 1000001 1001101 110110 1001 111110 11100

Color Harmonies of #75291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75291B

Black with #75291B

Text Example


Text Example

White with #75291B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,41,27); }

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

background-color css

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

 a { background-color: rgb(117,41,27); }

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

border-color css

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

 span { border-color: rgb(117,41,27); }

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