Html Css Color HEX #450C1E Bordeaux

📋 copy color: '#450C1E'

red 69 ◦ green 12 ◦ blue 30

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

Shades of Bordeaux #450C1E

Tints of Bordeaux #450C1E

RGB

 RED value IS 69 (27.34% from 255) = 62.16%

 GREEN value IS 12 (5.08% from 255) = 10.81%

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

R = 62.16%
G = 10.81%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#450C1E (or 0x450C1E) is known color: Bordeaux. HEX triplet: 45, 0C and 1E. RGB value is (69,12,30). Sum of RGB (Red+Green+Blue) = 69+12+30=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #450C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C1E is #BAF3E1. Grayscale: #1F1F1F. Windows color (decimal): -12252130 or 1969221. OLE color: 1969221.

HSL color Cylindrical-coordinate representation of color #450C1E: hue angle of 341.05º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450C1E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 12 30 -
CMYK 0 0.83 0.57 0.73
HSL 341.05º 0.7% 0.16% -
HSV(B) 341.05º 0.83% 0.27% -
XYZ 2.82 1.62 1.39 -
YUV 31.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 69 12 30 0 0.83 0.57 0.73 341.05 0.7 0.16
Hex 45 C 1E 0 53 39 49 155 46 10
Octal 105 14 36 0 123 71 111 525 106 20
Binary 1000101 1100 11110 0 1010011 111001 1001001 101010101 1000110 10000

Color Harmonies of #450C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450C1E

Black with #450C1E

Text Example


Text Example

White with #450C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450C1E; }

 p { color: rgb(69,12,30); }

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

background-color css

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

 a { background-color: rgb(69,12,30); }

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

border-color css

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

 span { border-color: rgb(69,12,30); }

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