Html Css Color HEX #431823 Bordeaux

📋 copy color: '#431823'

red 67 ◦ green 24 ◦ blue 35

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

Shades of Bordeaux #431823

Tints of Bordeaux #431823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

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

R = 53.17%
G = 19.05%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#431823 (or 0x431823) is known color: Bordeaux. HEX triplet: 43, 18 and 23. RGB value is (67,24,35). Sum of RGB (Red+Green+Blue) = 67+24+35=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431823 is #BCE7DC. Grayscale: #262626. Windows color (decimal): -12380125 or 2299971. OLE color: 2299971.

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

Color convert

RGB 67 24 35 -
CMYK 0 0.64 0.48 0.74
HSL 344.65º 0.47% 0.18% -
HSV(B) 344.65º 0.64% 0.26% -
XYZ 2.94 1.97 1.81 -
YUV 38.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 67 24 35 0 0.64 0.48 0.74 344.65 0.47 0.18
Hex 43 18 23 0 40 30 4A 159 2F 12
Octal 103 30 43 0 100 60 112 531 57 22
Binary 1000011 11000 100011 0 1000000 110000 1001010 101011001 101111 10010

Color Harmonies of #431823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431823

Black with #431823

Text Example


Text Example

White with #431823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431823; }

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

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

background-color css

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

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

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

border-color css

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

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

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