Html Css Color HEX #73251C Pueblo

📋 copy color: '#73251C'

red 115 ◦ green 37 ◦ blue 28

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

Shades of Pueblo #73251C

Tints of Pueblo #73251C

RGB

 RED value IS 115 (45.31% from 255) = 63.89%

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 63.89%
G = 20.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73251C (or 0x73251C) is known color: Pueblo. HEX triplet: 73, 25 and 1C. RGB value is (115,37,28). Sum of RGB (Red+Green+Blue) = 115+37+28=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73251C is #8CDAE3. Grayscale: #3B3B3B. Windows color (decimal): -9231076 or 1844595. OLE color: 1844595.

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

Color convert

RGB 115 37 28 -
CMYK 0 0.68 0.76 0.55
HSL 6.21º 0.61% 0.28% -
HSV(B) 6.21º 0.76% 0.45% -
XYZ 7.94 5.05 1.66 -
YUV 59.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 115 37 28 0 0.68 0.76 0.55 6.21 0.61 0.28
Hex 73 25 1C 0 44 4C 37 6 3D 1C
Octal 163 45 34 0 104 114 67 6 75 34
Binary 1110011 100101 11100 0 1000100 1001100 110111 110 111101 11100

Color Harmonies of #73251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73251C

Black with #73251C

Text Example


Text Example

White with #73251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,37,28); }

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

background-color css

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

 a { background-color: rgb(115,37,28); }

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

border-color css

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

 span { border-color: rgb(115,37,28); }

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