Html Css Color HEX #43071C Bordeaux

📋 copy color: '#43071C'

red 67 ◦ green 7 ◦ blue 28

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

Shades of Bordeaux #43071C

Tints of Bordeaux #43071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.86%

 BLUE value IS 28 (11.33% from 255) = 27.45%

R = 65.69%
G = 6.86%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#43071C (or 0x43071C) is known color: Bordeaux. HEX triplet: 43, 07 and 1C. RGB value is (67,7,28). Sum of RGB (Red+Green+Blue) = 67+7+28=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #43071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43071C is #BCF8E3. Grayscale: #1B1B1B. Windows color (decimal): -12384484 or 1836867. OLE color: 1836867.

HSL color Cylindrical-coordinate representation of color #43071C: hue angle of 339º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43071C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 28 -
CMYK 0 0.90 0.58 0.74
HSL 339º 0.81% 0.15% -
HSV(B) 339º 0.9% 0.26% -
XYZ 2.6 1.43 1.24 -
YUV 27.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 67 7 28 0 0.90 0.58 0.74 339 0.81 0.15
Hex 43 7 1C 0 5A 3A 4A 153 51 F
Octal 103 7 34 0 132 72 112 523 121 17
Binary 1000011 111 11100 0 1011010 111010 1001010 101010011 1010001 1111

Color Harmonies of #43071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43071C

Black with #43071C

Text Example


Text Example

White with #43071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43071C; }

 p { color: rgb(67,7,28); }

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

background-color css

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

 a { background-color: rgb(67,7,28); }

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

border-color css

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

 span { border-color: rgb(67,7,28); }

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