Html Css Color HEX #75291D Pueblo

📋 copy color: '#75291D'

red 117 ◦ green 41 ◦ blue 29

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

Shades of Pueblo #75291D

Tints of Pueblo #75291D

RGB

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

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

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

R = 62.57%
G = 21.93%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75291D (or 0x75291D) is known color: Pueblo. HEX triplet: 75, 29 and 1D. RGB value is (117,41,29). Sum of RGB (Red+Green+Blue) = 117+41+29=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75291D is #8AD6E2. Grayscale: #3E3E3E. Windows color (decimal): -9098979 or 1911157. OLE color: 1911157.

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

Color convert

RGB 117 41 29 -
CMYK 0 0.65 0.75 0.54
HSL 8.18º 0.6% 0.29% -
HSV(B) 8.18º 0.75% 0.46% -
XYZ 8.35 5.46 1.78 -
YUV 62.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 117 41 29 0 0.65 0.75 0.54 8.18 0.6 0.29
Hex 75 29 1D 0 41 4B 36 8 3C 1D
Octal 165 51 35 0 101 113 66 10 74 35
Binary 1110101 101001 11101 0 1000001 1001011 110110 1000 111100 11101

Color Harmonies of #75291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75291D

Black with #75291D

Text Example


Text Example

White with #75291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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