Html Css Color HEX #75281D Pueblo

📋 copy color: '#75281D'

red 117 ◦ green 40 ◦ blue 29

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

Shades of Pueblo #75281D

Tints of Pueblo #75281D

RGB

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

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

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

R = 62.9%
G = 21.51%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75281D (or 0x75281D) is known color: Pueblo. HEX triplet: 75, 28 and 1D. RGB value is (117,40,29). Sum of RGB (Red+Green+Blue) = 117+40+29=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75281D is #8AD7E2. Grayscale: #3D3D3D. Windows color (decimal): -9099235 or 1910901. OLE color: 1910901.

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

Color convert

RGB 117 40 29 -
CMYK 0 0.66 0.75 0.54
HSL 7.5º 0.6% 0.29% -
HSV(B) 7.5º 0.75% 0.46% -
XYZ 8.32 5.39 1.76 -
YUV 61.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 117 40 29 0 0.66 0.75 0.54 7.5 0.6 0.29
Hex 75 28 1D 0 42 4B 36 8 3C 1D
Octal 165 50 35 0 102 113 66 10 74 35
Binary 1110101 101000 11101 0 1000010 1001011 110110 1000 111100 11101

Color Harmonies of #75281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75281D

Black with #75281D

Text Example


Text Example

White with #75281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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