Html Css Color HEX #75271D Pueblo

📋 copy color: '#75271D'

red 117 ◦ green 39 ◦ blue 29

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

Shades of Pueblo #75271D

Tints of Pueblo #75271D

RGB

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

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

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

R = 63.24%
G = 21.08%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75271D (or 0x75271D) is known color: Pueblo. HEX triplet: 75, 27 and 1D. RGB value is (117,39,29). Sum of RGB (Red+Green+Blue) = 117+39+29=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75271D is #8AD8E2. Grayscale: #3D3D3D. Windows color (decimal): -9099491 or 1910645. OLE color: 1910645.

HSL color Cylindrical-coordinate representation of color #75271D: hue angle of 6.82º 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 #75271D is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 29 -
CMYK 0 0.67 0.75 0.54
HSL 6.82º 0.6% 0.29% -
HSV(B) 6.82º 0.75% 0.46% -
XYZ 8.28 5.32 1.75 -
YUV 61.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 117 39 29 0 0.67 0.75 0.54 6.82 0.6 0.29
Hex 75 27 1D 0 43 4B 36 7 3C 1D
Octal 165 47 35 0 103 113 66 7 74 35
Binary 1110101 100111 11101 0 1000011 1001011 110110 111 111100 11101

Color Harmonies of #75271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75271D

Black with #75271D

Text Example


Text Example

White with #75271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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