Html Css Color HEX #431A1F Bordeaux

📋 copy color: '#431A1F'

red 67 ◦ green 26 ◦ blue 31

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

Shades of Bordeaux #431A1F

Tints of Bordeaux #431A1F

RGB

 RED value IS 67 (26.56% from 255) = 54.03%

 GREEN value IS 26 (10.55% from 255) = 20.97%

 BLUE value IS 31 (12.5% from 255) = 25%

R = 54.03%
G = 20.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#431A1F (or 0x431A1F) is known color: Bordeaux. HEX triplet: 43, 1A and 1F. RGB value is (67,26,31). Sum of RGB (Red+Green+Blue) = 67+26+31=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A1F is #BCE5E0. Grayscale: #262626. Windows color (decimal): -12379617 or 2038339. OLE color: 2038339.

HSL color Cylindrical-coordinate representation of color #431A1F: hue angle of 352.68º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A1F is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 26 31 -
CMYK 0 0.61 0.54 0.74
HSL 352.68º 0.44% 0.18% -
HSV(B) 352.68º 0.61% 0.26% -
XYZ 2.93 2.03 1.53 -
YUV 38.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 67 26 31 0 0.61 0.54 0.74 352.68 0.44 0.18
Hex 43 1A 1F 0 3D 36 4A 161 2C 12
Octal 103 32 37 0 75 66 112 541 54 22
Binary 1000011 11010 11111 0 111101 110110 1001010 101100001 101100 10010

Color Harmonies of #431A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A1F

Black with #431A1F

Text Example


Text Example

White with #431A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431A1F; }

 p { color: rgb(67,26,31); }

 H1.HeaderClassName
 {
   color: #431A1F;
 }
 .AnyTagClassName
 {
   color: #431A1F;
 }
</style>

background-color css

<style>
 a { background-color: #431A1F; }

 a { background-color: rgb(67,26,31); }

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

border-color css

<style>
 span { border-color: #431A1F; }

 span { border-color: rgb(67,26,31); }

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