Html Css Color HEX #431121 Bordeaux

📋 copy color: '#431121'

red 67 ◦ green 17 ◦ blue 33

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

Shades of Bordeaux #431121

Tints of Bordeaux #431121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

 BLUE value IS 33 (13.28% from 255) = 28.21%

R = 57.26%
G = 14.53%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#431121 (or 0x431121) is known color: Bordeaux. HEX triplet: 43, 11 and 21. RGB value is (67,17,33). Sum of RGB (Red+Green+Blue) = 67+17+33=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #431121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431121 is #BCEEDE. Grayscale: #212121. Windows color (decimal): -12381919 or 2167107. OLE color: 2167107.

HSL color Cylindrical-coordinate representation of color #431121: hue angle of 340.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431121 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 17 33 -
CMYK 0 0.75 0.51 0.74
HSL 340.8º 0.6% 0.16% -
HSV(B) 340.8º 0.75% 0.26% -
XYZ 2.79 1.7 1.62 -
YUV 33.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 67 17 33 0 0.75 0.51 0.74 340.8 0.6 0.16
Hex 43 11 21 0 4B 33 4A 155 3C 10
Octal 103 21 41 0 113 63 112 525 74 20
Binary 1000011 10001 100001 0 1001011 110011 1001010 101010101 111100 10000

Color Harmonies of #431121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431121

Black with #431121

Text Example


Text Example

White with #431121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431121; }

 p { color: rgb(67,17,33); }

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

background-color css

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

 a { background-color: rgb(67,17,33); }

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

border-color css

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

 span { border-color: rgb(67,17,33); }

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