Html Css Color HEX #74251D Auburn

📋 copy color: '#74251D'

red 116 ◦ green 37 ◦ blue 29

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

Shades of Auburn #74251D

Tints of Auburn #74251D

RGB

 RED value IS 116 (45.7% from 255) = 63.74%

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

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

R = 63.74%
G = 20.33%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74251D (or 0x74251D) is known color: Auburn. HEX triplet: 74, 25 and 1D. RGB value is (116,37,29). Sum of RGB (Red+Green+Blue) = 116+37+29=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74251D is #8BDAE2. Grayscale: #3B3B3B. Windows color (decimal): -9165539 or 1910132. OLE color: 1910132.

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

Color convert

RGB 116 37 29 -
CMYK 0 0.68 0.75 0.55
HSL 5.52º 0.6% 0.28% -
HSV(B) 5.52º 0.75% 0.45% -
XYZ 8.09 5.12 1.73 -
YUV 59.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 116 37 29 0 0.68 0.75 0.55 5.52 0.6 0.28
Hex 74 25 1D 0 44 4B 37 6 3C 1C
Octal 164 45 35 0 104 113 67 6 74 34
Binary 1110100 100101 11101 0 1000100 1001011 110111 110 111100 11100

Color Harmonies of #74251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74251D

Black with #74251D

Text Example


Text Example

White with #74251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,37,29); }

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

background-color css

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

 a { background-color: rgb(116,37,29); }

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

border-color css

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

 span { border-color: rgb(116,37,29); }

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