Html Css Color HEX #75271C Pueblo

📋 copy color: '#75271C'

red 117 ◦ green 39 ◦ blue 28

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

Shades of Pueblo #75271C

Tints of Pueblo #75271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.22%

R = 63.59%
G = 21.2%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75271C (or 0x75271C) is known color: Pueblo. HEX triplet: 75, 27 and 1C. RGB value is (117,39,28). Sum of RGB (Red+Green+Blue) = 117+39+28=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75271C is #8AD8E3. Grayscale: #3D3D3D. Windows color (decimal): -9099492 or 1845109. OLE color: 1845109.

HSL color Cylindrical-coordinate representation of color #75271C: hue angle of 7.42º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75271C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 28 -
CMYK 0 0.67 0.76 0.54
HSL 7.42º 0.61% 0.28% -
HSV(B) 7.42º 0.76% 0.46% -
XYZ 8.27 5.32 1.69 -
YUV 61.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 117 39 28 0 0.67 0.76 0.54 7.42 0.61 0.28
Hex 75 27 1C 0 43 4C 36 7 3D 1C
Octal 165 47 34 0 103 114 66 7 75 34
Binary 1110101 100111 11100 0 1000011 1001100 110110 111 111101 11100

Color Harmonies of #75271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75271C

Black with #75271C

Text Example


Text Example

White with #75271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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