Html Css Color HEX #431723 Bordeaux

📋 copy color: '#431723'

red 67 ◦ green 23 ◦ blue 35

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

Shades of Bordeaux #431723

Tints of Bordeaux #431723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.4%

 BLUE value IS 35 (14.06% from 255) = 28%

R = 53.6%
G = 18.4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#431723 (or 0x431723) is known color: Bordeaux. HEX triplet: 43, 17 and 23. RGB value is (67,23,35). Sum of RGB (Red+Green+Blue) = 67+23+35=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431723 is #BCE8DC. Grayscale: #252525. Windows color (decimal): -12380381 or 2299715. OLE color: 2299715.

HSL color Cylindrical-coordinate representation of color #431723: hue angle of 343.64º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431723 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 23 35 -
CMYK 0 0.66 0.48 0.74
HSL 343.64º 0.49% 0.18% -
HSV(B) 343.64º 0.66% 0.26% -
XYZ 2.92 1.93 1.81 -
YUV 37.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 67 23 35 0 0.66 0.48 0.74 343.64 0.49 0.18
Hex 43 17 23 0 42 30 4A 158 31 12
Octal 103 27 43 0 102 60 112 530 61 22
Binary 1000011 10111 100011 0 1000010 110000 1001010 101011000 110001 10010

Color Harmonies of #431723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431723

Black with #431723

Text Example


Text Example

White with #431723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431723; }

 p { color: rgb(67,23,35); }

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

background-color css

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

 a { background-color: rgb(67,23,35); }

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

border-color css

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

 span { border-color: rgb(67,23,35); }

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