Html Css Color HEX #75281C Pueblo

📋 copy color: '#75281C'

red 117 ◦ green 40 ◦ blue 28

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

Shades of Pueblo #75281C

Tints of Pueblo #75281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

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

R = 63.24%
G = 21.62%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75281C (or 0x75281C) is known color: Pueblo. HEX triplet: 75, 28 and 1C. RGB value is (117,40,28). Sum of RGB (Red+Green+Blue) = 117+40+28=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75281C is #8AD7E3. Grayscale: #3D3D3D. Windows color (decimal): -9099236 or 1845365. OLE color: 1845365.

HSL color Cylindrical-coordinate representation of color #75281C: hue angle of 8.09º 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 #75281C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 28 -
CMYK 0 0.66 0.76 0.54
HSL 8.09º 0.61% 0.28% -
HSV(B) 8.09º 0.76% 0.46% -
XYZ 8.3 5.38 1.7 -
YUV 61.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 117 40 28 0 0.66 0.76 0.54 8.09 0.61 0.28
Hex 75 28 1C 0 42 4C 36 8 3D 1C
Octal 165 50 34 0 102 114 66 10 75 34
Binary 1110101 101000 11100 0 1000010 1001100 110110 1000 111101 11100

Color Harmonies of #75281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75281C

Black with #75281C

Text Example


Text Example

White with #75281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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