Html Css Color HEX #430A1A Bordeaux

📋 copy color: '#430A1A'

red 67 ◦ green 10 ◦ blue 26

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

Shades of Bordeaux #430A1A

Tints of Bordeaux #430A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.71%

 BLUE value IS 26 (10.55% from 255) = 25.24%

R = 65.05%
G = 9.71%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#430A1A (or 0x430A1A) is known color: Bordeaux. HEX triplet: 43, 0A and 1A. RGB value is (67,10,26). Sum of RGB (Red+Green+Blue) = 67+10+26=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #430A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A1A is #BCF5E5. Grayscale: #1C1C1C. Windows color (decimal): -12383718 or 1706563. OLE color: 1706563.

HSL color Cylindrical-coordinate representation of color #430A1A: hue angle of 343.16º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430A1A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 10 26 -
CMYK 0 0.85 0.61 0.74
HSL 343.16º 0.74% 0.15% -
HSV(B) 343.16º 0.85% 0.26% -
XYZ 2.61 1.48 1.13 -
YUV 28.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 67 10 26 0 0.85 0.61 0.74 343.16 0.74 0.15
Hex 43 A 1A 0 55 3D 4A 157 4A F
Octal 103 12 32 0 125 75 112 527 112 17
Binary 1000011 1010 11010 0 1010101 111101 1001010 101010111 1001010 1111

Color Harmonies of #430A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430A1A

Black with #430A1A

Text Example


Text Example

White with #430A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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