Html Css Color HEX #430F1E Bordeaux

📋 copy color: '#430F1E'

red 67 ◦ green 15 ◦ blue 30

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

Shades of Bordeaux #430F1E

Tints of Bordeaux #430F1E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.39%

 BLUE value IS 30 (12.11% from 255) = 26.79%

R = 59.82%
G = 13.39%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#430F1E (or 0x430F1E) is known color: Bordeaux. HEX triplet: 43, 0F and 1E. RGB value is (67,15,30). Sum of RGB (Red+Green+Blue) = 67+15+30=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #430F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F1E is #BCF0E1. Grayscale: #202020. Windows color (decimal): -12382434 or 1969987. OLE color: 1969987.

HSL color Cylindrical-coordinate representation of color #430F1E: hue angle of 342.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F1E is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 15 30 -
CMYK 0 0.78 0.55 0.74
HSL 342.69º 0.63% 0.16% -
HSV(B) 342.69º 0.78% 0.26% -
XYZ 2.72 1.63 1.4 -
YUV 32.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 67 15 30 0 0.78 0.55 0.74 342.69 0.63 0.16
Hex 43 F 1E 0 4E 37 4A 157 3F 10
Octal 103 17 36 0 116 67 112 527 77 20
Binary 1000011 1111 11110 0 1001110 110111 1001010 101010111 111111 10000

Color Harmonies of #430F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430F1E

Black with #430F1E

Text Example


Text Example

White with #430F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,15,30); }

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

background-color css

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

 a { background-color: rgb(67,15,30); }

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

border-color css

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

 span { border-color: rgb(67,15,30); }

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